Html Css Color HEX #475016 Verdun Green

📋 copy color: '#475016'

red 71 ◦ green 80 ◦ blue 22

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

Shades of Verdun Green #475016

Tints of Verdun Green #475016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 41.04%
G = 46.24%
B = 12.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#475016 (or 0x475016) is known color: Verdun Green. HEX triplet: 47, 50 and 16. RGB value is (71,80,22). Sum of RGB (Red+Green+Blue) = 71+80+22=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #475016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475016 is #B8AFE9. Grayscale: #464646. Windows color (decimal): -12103658 or 1462343. OLE color: 1462343.

HSL color Cylindrical-coordinate representation of color #475016: hue angle of 69.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #475016 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 22 -
CMYK 0.11 0 0.72 0.69
HSL 69.31º 0.57% 0.2% -
HSV(B) 69.31º 0.73% 0.31% -
XYZ 5.61 7.13 1.84 -
YUV 70.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 71 80 22 0.11 0 0.72 0.69 69.31 0.57 0.2
Hex 47 50 16 B 0 48 45 45 39 14
Octal 107 120 26 13 0 110 105 105 71 24
Binary 1000111 1010000 10110 1011 0 1001000 1000101 1000101 111001 10100

Color Harmonies of #475016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475016

Black with #475016

Text Example


Text Example

White with #475016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475016; }

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

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

background-color css

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

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

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

border-color css

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

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

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