Html Css Color HEX #474709 Verdun Green

📋 copy color: '#474709'

red 71 ◦ green 71 ◦ blue 9

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

Shades of Verdun Green #474709

Tints of Verdun Green #474709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

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

R = 47.02%
G = 47.02%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#474709 (or 0x474709) is known color: Verdun Green. HEX triplet: 47, 47 and 09. RGB value is (71,71,9). Sum of RGB (Red+Green+Blue) = 71+71+9=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474709 is #B8B8F6. Grayscale: #404040. Windows color (decimal): -12105975 or 608071. OLE color: 608071.

HSL color Cylindrical-coordinate representation of color #474709: hue angle of 60º 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 #474709 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 9 -
CMYK 0 0 0.87 0.72
HSL 60º 0.78% 0.16% -
HSV(B) 60º 0.87% 0.28% -
XYZ 4.9 5.87 1.13 -
YUV 63.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 71 71 9 0 0 0.87 0.72 60 0.78 0.16
Hex 47 47 9 0 0 57 48 3C 4E 10
Octal 107 107 11 0 0 127 110 74 116 20
Binary 1000111 1000111 1001 0 0 1010111 1001000 111100 1001110 10000

Color Harmonies of #474709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474709

Black with #474709

Text Example


Text Example

White with #474709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474709; }

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

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

background-color css

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

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

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

border-color css

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

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

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