#405305

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

Shades of Verdun Green #405305

Tints of Verdun Green #405305

Color information

#405305 (or 0x405305) is unknown color: approx Verdun Green. HEX triplet: 40, 53 and 05. RGB value is (64,83,5). Sum of RGB (Red+Green+Blue) = 64+83+5=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #405305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405305 is #BFACFA. Grayscale: #444444. Windows color (decimal): -12561659 or 348992. OLE color: 348992.

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

Color convert

RGB64835-
CMYK0.2300.940.67
HSL74.62º88.64%17.25%-
HSV(B)74.62º93.98%32.55%-
XYZ5.247.291.27-
YUV68.4392.21124.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=42.11%
G=54.61%
B=3.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648350.2300.940.6774.6288.6417.25
Hex405351705E434b5911
Octal100123527013610311313121
Binary10000001010011101101110101111010000111001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405305; }

 p { color: rgb(64,83,5); }

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

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

 a { background-color: rgb(64,83,5); }

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

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

 span { border-color: rgb(64,83,5); }

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