Html Css Color HEX #4C7207 Verdun Green

📋 copy color: '#4C7207'

red 76 ◦ green 114 ◦ blue 7

#4C7207
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #4C7207

Tints of Verdun Green #4C7207

RGB

 RED value IS 76 (30.08% from 255) = 38.58%

 GREEN value IS 114 (44.92% from 255) = 57.87%

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 38.58%
G = 57.87%
B = 3.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C7207 (or 0x4C7207) is known color: Verdun Green. HEX triplet: 4C, 72 and 07. RGB value is (76,114,7). Sum of RGB (Red+Green+Blue) = 76+114+7=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7207 is #B38DF8. Grayscale: #5A5A5A. Windows color (decimal): -11767289 or 488012. OLE color: 488012.

HSL color Cylindrical-coordinate representation of color #4C7207: hue angle of 81.31º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C7207 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 7 -
CMYK 0.33 0 0.94 0.55
HSL 81.31º 0.88% 0.24% -
HSV(B) 81.31º 0.94% 0.45% -
XYZ 9.04 13.59 2.35 -
YUV 90.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 76 114 7 0.33 0 0.94 0.55 81.31 0.88 0.24
Hex 4C 72 7 21 0 5E 37 51 58 18
Octal 114 162 7 41 0 136 67 121 130 30
Binary 1001100 1110010 111 100001 0 1011110 110111 1010001 1011000 11000

Color Harmonies of #4C7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7207

Black with #4C7207

Text Example


Text Example

White with #4C7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7207; }

 p { color: rgb(76,114,7); }

 H1.HeaderClassName
 {
   color: #4C7207;
 }
 .AnyTagClassName
 {
   color: #4C7207;
 }
</style>

background-color css

<style>
 a { background-color: #4C7207; }

 a { background-color: rgb(76,114,7); }

 div.DivClassName
 {
   background-color: #4C7207;
 }
 .BgClassName
 {
   background-color: #4C7207;
 }
</style>

border-color css

<style>
 span { border-color: #4C7207; }

 span { border-color: rgb(76,114,7); }

 td.TdClassName
 {
   border-color: #4C7207;
 }
 .TagClassName
 {
   border-color: #4C7207;
 }
</style>