Html Css Color HEX #4C5212 Verdun Green

📋 copy color: '#4C5212'

red 76 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #4C5212

Tints of Verdun Green #4C5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 43.18%
G = 46.59%
B = 10.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#4C5212 (or 0x4C5212) is known color: Verdun Green. HEX triplet: 4C, 52 and 12. RGB value is (76,82,18). Sum of RGB (Red+Green+Blue) = 76+82+18=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #4C5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5212 is #B3ADED. Grayscale: #494949. Windows color (decimal): -11775470 or 1200716. OLE color: 1200716.

HSL color Cylindrical-coordinate representation of color #4C5212: hue angle of 65.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C5212 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 82 18 -
CMYK 0.07 0 0.78 0.68
HSL 65.63º 0.64% 0.2% -
HSV(B) 65.63º 0.78% 0.32% -
XYZ 6.11 7.61 1.72 -
YUV 72.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 76 82 18 0.07 0 0.78 0.68 65.63 0.64 0.2
Hex 4C 52 12 7 0 4E 44 42 40 14
Octal 114 122 22 7 0 116 104 102 100 24
Binary 1001100 1010010 10010 111 0 1001110 1000100 1000010 1000000 10100

Color Harmonies of #4C5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5212

Black with #4C5212

Text Example


Text Example

White with #4C5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,18); }

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

background-color css

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

 a { background-color: rgb(76,82,18); }

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

border-color css

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

 span { border-color: rgb(76,82,18); }

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