#405802

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

Shades of Verdun Green #405802

Tints of Verdun Green #405802

Color information

#405802 (or 0x405802) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 02. RGB value is (64,88,2). Sum of RGB (Red+Green+Blue) = 64+88+2=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #405802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405802 is #BFA7FD. Grayscale: #474747. Windows color (decimal): -12560382 or 153664. OLE color: 153664.

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

Color convert

RGB64882-
CMYK0.2700.980.65
HSL76.74º95.56%17.65%-
HSV(B)76.74º97.73%34.51%-
XYZ5.628.071.32-
YUV71.0289.05122.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 88 (34.77% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=41.56%
G=57.14%
B=1.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal648820.2700.980.6576.7495.5617.65
Hex405821B062414d6012
Octal100130233014210111514022
Binary1000000101100010110110110001010000011001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405802; }

 p { color: rgb(64,88,2); }

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

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

 a { background-color: rgb(64,88,2); }

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

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

 span { border-color: rgb(64,88,2); }

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