Html Css Color HEX #474C09 Verdun Green

📋 copy color: '#474C09'

red 71 ◦ green 76 ◦ blue 9

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

Shades of Verdun Green #474C09

Tints of Verdun Green #474C09

RGB

 RED value IS 71 (28.13% from 255) = 45.51%

 GREEN value IS 76 (30.08% from 255) = 48.72%

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 45.51%
G = 48.72%
B = 5.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#474C09 (or 0x474C09) is known color: Verdun Green. HEX triplet: 47, 4C and 09. RGB value is (71,76,9). Sum of RGB (Red+Green+Blue) = 71+76+9=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #474C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474C09 is #B8B3F6. Grayscale: #434343. Windows color (decimal): -12104695 or 609351. OLE color: 609351.

HSL color Cylindrical-coordinate representation of color #474C09: hue angle of 64.48º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #474C09 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 76 9 -
CMYK 0.07 0 0.88 0.70
HSL 64.48º 0.79% 0.17% -
HSV(B) 64.48º 0.88% 0.3% -
XYZ 5.23 6.53 1.24 -
YUV 66.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 71 76 9 0.07 0 0.88 0.70 64.48 0.79 0.17
Hex 47 4C 9 7 0 58 46 40 4F 11
Octal 107 114 11 7 0 130 106 100 117 21
Binary 1000111 1001100 1001 111 0 1011000 1000110 1000000 1001111 10001

Color Harmonies of #474C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C09

Black with #474C09

Text Example


Text Example

White with #474C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C09; }

 p { color: rgb(71,76,9); }

 H1.HeaderClassName
 {
   color: #474C09;
 }
 .AnyTagClassName
 {
   color: #474C09;
 }
</style>

background-color css

<style>
 a { background-color: #474C09; }

 a { background-color: rgb(71,76,9); }

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

border-color css

<style>
 span { border-color: #474C09; }

 span { border-color: rgb(71,76,9); }

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