Html Css Color HEX #475C09 Verdun Green

📋 copy color: '#475C09'

red 71 ◦ green 92 ◦ blue 9

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

Shades of Verdun Green #475C09

Tints of Verdun Green #475C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.49%

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

R = 41.28%
G = 53.49%
B = 5.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#475C09 (or 0x475C09) is known color: Verdun Green. HEX triplet: 47, 5C and 09. RGB value is (71,92,9). Sum of RGB (Red+Green+Blue) = 71+92+9=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #475C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475C09 is #B8A3F6. Grayscale: #4C4C4C. Windows color (decimal): -12100599 or 613447. OLE color: 613447.

HSL color Cylindrical-coordinate representation of color #475C09: hue angle of 75.18º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #475C09 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 9 -
CMYK 0.23 0 0.90 0.64
HSL 75.18º 0.82% 0.2% -
HSV(B) 75.18º 0.9% 0.36% -
XYZ 6.47 9.01 1.66 -
YUV 76.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 71 92 9 0.23 0 0.90 0.64 75.18 0.82 0.2
Hex 47 5C 9 17 0 5A 40 4B 52 14
Octal 107 134 11 27 0 132 100 113 122 24
Binary 1000111 1011100 1001 10111 0 1011010 1000000 1001011 1010010 10100

Color Harmonies of #475C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C09

Black with #475C09

Text Example


Text Example

White with #475C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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