#475805

Color #475805 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #475805

Tints of Verdun Green #475805

Color information

#475805 (or 0x475805) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 05. RGB value is (71,88,5). Sum of RGB (Red+Green+Blue) = 71+88+5=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #475805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475805 is #B8A7FA. Grayscale: #494949. Windows color (decimal): -12101627 or 350279. OLE color: 350279.

HSL color Cylindrical-coordinate representation of color #475805: hue angle of 72.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #475805 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB71885-
CMYK0.1900.940.65
HSL72.29º89.25%18.24%-
HSV(B)72.29º94.32%34.51%-
XYZ6.128.331.43-
YUV73.4589.37126.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=43.29%
G=53.66%
B=3.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718850.1900.940.6572.2989.2518.24
Hex475851305E41485912
Octal107130523013610111013122
Binary10001111011000101100110101111010000011001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475805; }

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

 H1.HeaderClassName
 {
   color: #475805;
 }
 .AnyTagClassName
 {
   color: #475805;
 }
</style>
background-color css

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

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

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

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

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

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