Html Css Color HEX #4C6020 Verdun Green

📋 copy color: '#4C6020'

red 76 ◦ green 96 ◦ blue 32

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

Shades of Verdun Green #4C6020

Tints of Verdun Green #4C6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 37.25%
G = 47.06%
B = 15.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4C6020 (or 0x4C6020) is known color: Verdun Green. HEX triplet: 4C, 60 and 20. RGB value is (76,96,32). Sum of RGB (Red+Green+Blue) = 76+96+32=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6020 is #B39FDF. Grayscale: #525252. Windows color (decimal): -11771872 or 2121804. OLE color: 2121804.

HSL color Cylindrical-coordinate representation of color #4C6020: hue angle of 78.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C6020 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 96 32 -
CMYK 0.21 0 0.67 0.62
HSL 78.75º 0.5% 0.25% -
HSV(B) 78.75º 0.67% 0.38% -
XYZ 7.42 10.01 2.91 -
YUV 82.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 76 96 32 0.21 0 0.67 0.62 78.75 0.5 0.25
Hex 4C 60 20 15 0 43 3E 4F 32 19
Octal 114 140 40 25 0 103 76 117 62 31
Binary 1001100 1100000 100000 10101 0 1000011 111110 1001111 110010 11001

Color Harmonies of #4C6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6020

Black with #4C6020

Text Example


Text Example

White with #4C6020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,32); }

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

background-color css

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

 a { background-color: rgb(76,96,32); }

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

border-color css

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

 span { border-color: rgb(76,96,32); }

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