Html Css Color HEX #475516 Verdun Green

📋 copy color: '#475516'

red 71 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #475516

Tints of Verdun Green #475516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 39.89%
G = 47.75%
B = 12.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#475516 (or 0x475516) is known color: Verdun Green. HEX triplet: 47, 55 and 16. RGB value is (71,85,22). Sum of RGB (Red+Green+Blue) = 71+85+22=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #475516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475516 is #B8AAE9. Grayscale: #494949. Windows color (decimal): -12102378 or 1463623. OLE color: 1463623.

HSL color Cylindrical-coordinate representation of color #475516: hue angle of 73.33º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #475516 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 22 -
CMYK 0.16 0 0.74 0.67
HSL 73.33º 0.59% 0.21% -
HSV(B) 73.33º 0.74% 0.33% -
XYZ 5.99 7.89 1.97 -
YUV 73.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 71 85 22 0.16 0 0.74 0.67 73.33 0.59 0.21
Hex 47 55 16 10 0 4A 43 49 3B 15
Octal 107 125 26 20 0 112 103 111 73 25
Binary 1000111 1010101 10110 10000 0 1001010 1000011 1001001 111011 10101

Color Harmonies of #475516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475516

Black with #475516

Text Example


Text Example

White with #475516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475516; }

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

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

background-color css

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

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

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

border-color css

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

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

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