Html Css Color HEX #475010 Verdun Green

📋 copy color: '#475010'

red 71 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #475010

Tints of Verdun Green #475010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

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

R = 42.51%
G = 47.9%
B = 9.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#475010 (or 0x475010) is known color: Verdun Green. HEX triplet: 47, 50 and 10. RGB value is (71,80,16). Sum of RGB (Red+Green+Blue) = 71+80+16=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #475010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475010 is #B8AFEF. Grayscale: #464646. Windows color (decimal): -12103664 or 1069127. OLE color: 1069127.

HSL color Cylindrical-coordinate representation of color #475010: hue angle of 68.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #475010 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 16 -
CMYK 0.11 0 0.80 0.69
HSL 68.44º 0.67% 0.19% -
HSV(B) 68.44º 0.8% 0.31% -
XYZ 5.56 7.11 1.57 -
YUV 70.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 71 80 16 0.11 0 0.80 0.69 68.44 0.67 0.19
Hex 47 50 10 B 0 50 45 44 43 13
Octal 107 120 20 13 0 120 105 104 103 23
Binary 1000111 1010000 10000 1011 0 1010000 1000101 1000100 1000011 10011

Color Harmonies of #475010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475010

Black with #475010

Text Example


Text Example

White with #475010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475010; }

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

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

background-color css

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

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

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

border-color css

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

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

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