Html Css Color HEX #475416 Verdun Green

📋 copy color: '#475416'

red 71 ◦ green 84 ◦ blue 22

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

Shades of Verdun Green #475416

Tints of Verdun Green #475416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

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

R = 40.11%
G = 47.46%
B = 12.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#475416 (or 0x475416) is known color: Verdun Green. HEX triplet: 47, 54 and 16. RGB value is (71,84,22). Sum of RGB (Red+Green+Blue) = 71+84+22=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #475416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475416 is #B8ABE9. Grayscale: #494949. Windows color (decimal): -12102634 or 1463367. OLE color: 1463367.

HSL color Cylindrical-coordinate representation of color #475416: hue angle of 72.58º degrees, saturation: 0.58, 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 #475416 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 22 -
CMYK 0.15 0 0.74 0.67
HSL 72.58º 0.58% 0.21% -
HSV(B) 72.58º 0.74% 0.33% -
XYZ 5.91 7.74 1.94 -
YUV 73.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 71 84 22 0.15 0 0.74 0.67 72.58 0.58 0.21
Hex 47 54 16 F 0 4A 43 49 3A 15
Octal 107 124 26 17 0 112 103 111 72 25
Binary 1000111 1010100 10110 1111 0 1001010 1000011 1001001 111010 10101

Color Harmonies of #475416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475416

Black with #475416

Text Example


Text Example

White with #475416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475416; }

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

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

background-color css

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

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

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

border-color css

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

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

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