Html Css Color HEX #476009 Verdun Green

📋 copy color: '#476009'

red 71 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #476009

Tints of Verdun Green #476009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.55%

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

R = 40.34%
G = 54.55%
B = 5.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#476009 (or 0x476009) is known color: Verdun Green. HEX triplet: 47, 60 and 09. RGB value is (71,96,9). Sum of RGB (Red+Green+Blue) = 71+96+9=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #476009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476009 is #B89FF6. Grayscale: #4E4E4E. Windows color (decimal): -12099575 or 614471. OLE color: 614471.

HSL color Cylindrical-coordinate representation of color #476009: hue angle of 77.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #476009 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 9 -
CMYK 0.26 0 0.91 0.62
HSL 77.24º 0.83% 0.21% -
HSV(B) 77.24º 0.91% 0.38% -
XYZ 6.83 9.73 1.78 -
YUV 78.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 71 96 9 0.26 0 0.91 0.62 77.24 0.83 0.21
Hex 47 60 9 1A 0 5B 3E 4D 53 15
Octal 107 140 11 32 0 133 76 115 123 25
Binary 1000111 1100000 1001 11010 0 1011011 111110 1001101 1010011 10101

Color Harmonies of #476009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476009

Black with #476009

Text Example


Text Example

White with #476009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476009; }

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

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

background-color css

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

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

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

border-color css

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

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

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