Html Css Color HEX #4C5A04 Verdun Green

📋 copy color: '#4C5A04'

red 76 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #4C5A04

Tints of Verdun Green #4C5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.94%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 44.71%
G = 52.94%
B = 2.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#4C5A04 (or 0x4C5A04) is known color: Verdun Green. HEX triplet: 4C, 5A and 04. RGB value is (76,90,4). Sum of RGB (Red+Green+Blue) = 76+90+4=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5A04 is #B3A5FB. Grayscale: #4C4C4C. Windows color (decimal): -11773436 or 285260. OLE color: 285260.

HSL color Cylindrical-coordinate representation of color #4C5A04: hue angle of 69.77º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C5A04 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 90 4 -
CMYK 0.16 0 0.96 0.65
HSL 69.77º 0.91% 0.18% -
HSV(B) 69.77º 0.96% 0.35% -
XYZ 6.66 8.86 1.47 -
YUV 76.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 76 90 4 0.16 0 0.96 0.65 69.77 0.91 0.18
Hex 4C 5A 4 10 0 60 41 46 5B 12
Octal 114 132 4 20 0 140 101 106 133 22
Binary 1001100 1011010 100 10000 0 1100000 1000001 1000110 1011011 10010

Color Harmonies of #4C5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A04

Black with #4C5A04

Text Example


Text Example

White with #4C5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,4); }

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

background-color css

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

 a { background-color: rgb(76,90,4); }

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

border-color css

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

 span { border-color: rgb(76,90,4); }

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