Html Css Color HEX #474509 Verdun Green

📋 copy color: '#474509'

red 71 ◦ green 69 ◦ blue 9

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

Shades of Verdun Green #474509

Tints of Verdun Green #474509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 47.65%
G = 46.31%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#474509 (or 0x474509) is known color: Verdun Green. HEX triplet: 47, 45 and 09. RGB value is (71,69,9). Sum of RGB (Red+Green+Blue) = 71+69+9=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #474509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474509 is #B8BAF6. Grayscale: #3F3F3F. Windows color (decimal): -12106487 or 607559. OLE color: 607559.

HSL color Cylindrical-coordinate representation of color #474509: hue angle of 58.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #474509 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 9 -
CMYK 0 0.03 0.87 0.72
HSL 58.06º 0.78% 0.16% -
HSV(B) 58.06º 0.87% 0.28% -
XYZ 4.78 5.62 1.09 -
YUV 62.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 71 69 9 0 0.03 0.87 0.72 58.06 0.78 0.16
Hex 47 45 9 0 3 57 48 3A 4E 10
Octal 107 105 11 0 3 127 110 72 116 20
Binary 1000111 1000101 1001 0 11 1010111 1001000 111010 1001110 10000

Color Harmonies of #474509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474509

Black with #474509

Text Example


Text Example

White with #474509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474509; }

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

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

background-color css

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

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

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

border-color css

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

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

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