#405504

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

Shades of Verdun Green #405504

Tints of Verdun Green #405504

Color information

#405504 (or 0x405504) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 04. RGB value is (64,85,4). Sum of RGB (Red+Green+Blue) = 64+85+4=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #405504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405504 is #BFAAFB. Grayscale: #454545. Windows color (decimal): -12561148 or 283968. OLE color: 283968.

HSL color Cylindrical-coordinate representation of color #405504: hue angle of 75.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #405504 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB64854-
CMYK0.2500.950.67
HSL75.56º91.01%17.45%-
HSV(B)75.56º95.29%33.33%-
XYZ5.387.61.3-
YUV69.4991.04124.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=41.83%
G=55.56%
B=2.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648540.2500.950.6775.5691.0117.45
Hex405541905F434c5b11
Octal100125431013710311413321
Binary10000001010101100110010101111110000111001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405504; }

 p { color: rgb(64,85,4); }

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

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

 a { background-color: rgb(64,85,4); }

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

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

 span { border-color: rgb(64,85,4); }

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