Html Css Color HEX #475712 Verdun Green

📋 copy color: '#475712'

red 71 ◦ green 87 ◦ blue 18

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

Shades of Verdun Green #475712

Tints of Verdun Green #475712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 40.34%
G = 49.43%
B = 10.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#475712 (or 0x475712) is known color: Verdun Green. HEX triplet: 47, 57 and 12. RGB value is (71,87,18). Sum of RGB (Red+Green+Blue) = 71+87+18=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #475712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475712 is #B8A8ED. Grayscale: #4A4A4A. Windows color (decimal): -12101870 or 1201991. OLE color: 1201991.

HSL color Cylindrical-coordinate representation of color #475712: hue angle of 73.91º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #475712 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 18 -
CMYK 0.18 0 0.79 0.66
HSL 73.91º 0.66% 0.21% -
HSV(B) 73.91º 0.79% 0.34% -
XYZ 6.12 8.2 1.83 -
YUV 74.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 71 87 18 0.18 0 0.79 0.66 73.91 0.66 0.21
Hex 47 57 12 12 0 4F 42 4A 42 15
Octal 107 127 22 22 0 117 102 112 102 25
Binary 1000111 1010111 10010 10010 0 1001111 1000010 1001010 1000010 10101

Color Harmonies of #475712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475712

Black with #475712

Text Example


Text Example

White with #475712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475712; }

 p { color: rgb(71,87,18); }

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

background-color css

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

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

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

border-color css

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

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

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