Html Css Color HEX #475710 Verdun Green

📋 copy color: '#475710'

red 71 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #475710

Tints of Verdun Green #475710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 40.8%
G = 50%
B = 9.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#475710 (or 0x475710) is known color: Verdun Green. HEX triplet: 47, 57 and 10. RGB value is (71,87,16). Sum of RGB (Red+Green+Blue) = 71+87+16=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #475710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475710 is #B8A8EF. Grayscale: #4A4A4A. Windows color (decimal): -12101872 or 1070919. OLE color: 1070919.

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

Color convert

RGB 71 87 16 -
CMYK 0.18 0 0.82 0.66
HSL 73.52º 0.69% 0.2% -
HSV(B) 73.52º 0.82% 0.34% -
XYZ 6.1 8.19 1.75 -
YUV 74.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 71 87 16 0.18 0 0.82 0.66 73.52 0.69 0.2
Hex 47 57 10 12 0 52 42 4A 45 14
Octal 107 127 20 22 0 122 102 112 105 24
Binary 1000111 1010111 10000 10010 0 1010010 1000010 1001010 1000101 10100

Color Harmonies of #475710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475710

Black with #475710

Text Example


Text Example

White with #475710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475710; }

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

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

background-color css

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

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

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

border-color css

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

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

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