#405003

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

Shades of Verdun Green #405003

Tints of Verdun Green #405003

Color information

#405003 (or 0x405003) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 03. RGB value is (64,80,3). Sum of RGB (Red+Green+Blue) = 64+80+3=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #405003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405003 is #BFAFFC. Grayscale: #424242. Windows color (decimal): -12562429 or 217152. OLE color: 217152.

HSL color Cylindrical-coordinate representation of color #405003: hue angle of 72.47º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #405003 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB64803-
CMYK0.2000.960.69
HSL72.47º92.77%16.27%-
HSV(B)72.47º96.25%31.37%-
XYZ56.831.14-
YUV66.4492.2126.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=43.54%
G=54.42%
B=2.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal648030.2000.960.6972.4792.7716.27
Hex405031406045485d10
Octal100120324014010511013520
Binary1000000101000011101000110000010001011001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405003; }

 p { color: rgb(64,80,3); }

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

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

 a { background-color: rgb(64,80,3); }

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

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

 span { border-color: rgb(64,80,3); }

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