Html Css Color HEX #475810 Verdun Green

📋 copy color: '#475810'

red 71 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #475810

Tints of Verdun Green #475810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 40.57%
G = 50.29%
B = 9.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#475810 (or 0x475810) is known color: Verdun Green. HEX triplet: 47, 58 and 10. RGB value is (71,88,16). Sum of RGB (Red+Green+Blue) = 71+88+16=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #475810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475810 is #B8A7EF. Grayscale: #4A4A4A. Windows color (decimal): -12101616 or 1071175. OLE color: 1071175.

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

Color convert

RGB 71 88 16 -
CMYK 0.19 0 0.82 0.65
HSL 74.17º 0.69% 0.2% -
HSV(B) 74.17º 0.82% 0.35% -
XYZ 6.18 8.36 1.78 -
YUV 74.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 71 88 16 0.19 0 0.82 0.65 74.17 0.69 0.2
Hex 47 58 10 13 0 52 41 4A 45 14
Octal 107 130 20 23 0 122 101 112 105 24
Binary 1000111 1011000 10000 10011 0 1010010 1000001 1001010 1000101 10100

Color Harmonies of #475810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475810

Black with #475810

Text Example


Text Example

White with #475810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475810; }

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

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

background-color css

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

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

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

border-color css

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

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

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