Html Css Color HEX #405502 Verdun Green

📋 copy color: '#405502'

red 64 ◦ green 85 ◦ blue 2

#405502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #405502

Tints of Verdun Green #405502

RGB

 RED value IS 64 (25.39% from 255) = 42.38%

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 42.38%
G = 56.29%
B = 1.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#405502 (or 0x405502) is known color: Verdun Green. HEX triplet: 40, 55 and 02. RGB value is (64,85,2). Sum of RGB (Red+Green+Blue) = 64+85+2=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #405502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405502 is #BFAAFD. Grayscale: #454545. Windows color (decimal): -12561150 or 152896. OLE color: 152896.

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

Color convert

RGB 64 85 2 -
CMYK 0.25 0 0.98 0.67
HSL 75.18º 0.95% 0.17% -
HSV(B) 75.18º 0.98% 0.33% -
XYZ 5.37 7.59 1.24 -
YUV 69.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 64 85 2 0.25 0 0.98 0.67 75.18 0.95 0.17
Hex 40 55 2 19 0 62 43 4B 5F 11
Octal 100 125 2 31 0 142 103 113 137 21
Binary 1000000 1010101 10 11001 0 1100010 1000011 1001011 1011111 10001

Color Harmonies of #405502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405502

Black with #405502

Text Example


Text Example

White with #405502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405502; }

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

 H1.HeaderClassName
 {
   color: #405502;
 }
 .AnyTagClassName
 {
   color: #405502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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