Html Css Color HEX #475005 Verdun Green

📋 copy color: '#475005'

red 71 ◦ green 80 ◦ blue 5

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

Shades of Verdun Green #475005

Tints of Verdun Green #475005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 45.51%
G = 51.28%
B = 3.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#475005 (or 0x475005) is known color: Verdun Green. HEX triplet: 47, 50 and 05. RGB value is (71,80,5). Sum of RGB (Red+Green+Blue) = 71+80+5=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #475005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475005 is #B8AFFA. Grayscale: #454545. Windows color (decimal): -12103675 or 348231. OLE color: 348231.

HSL color Cylindrical-coordinate representation of color #475005: hue angle of 67.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #475005 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 5 -
CMYK 0.11 0 0.94 0.69
HSL 67.2º 0.88% 0.17% -
HSV(B) 67.2º 0.94% 0.31% -
XYZ 5.49 7.09 1.22 -
YUV 68.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 71 80 5 0.11 0 0.94 0.69 67.2 0.88 0.17
Hex 47 50 5 B 0 5E 45 43 58 11
Octal 107 120 5 13 0 136 105 103 130 21
Binary 1000111 1010000 101 1011 0 1011110 1000101 1000011 1011000 10001

Color Harmonies of #475005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475005

Black with #475005

Text Example


Text Example

White with #475005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475005; }

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

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

background-color css

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

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

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

border-color css

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

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

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