Html Css Color HEX #405506 Verdun Green

📋 copy color: '#405506'

red 64 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #405506

Tints of Verdun Green #405506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 41.29%
G = 54.84%
B = 3.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#405506 (or 0x405506) is known color: Verdun Green. HEX triplet: 40, 55 and 06. RGB value is (64,85,6). Sum of RGB (Red+Green+Blue) = 64+85+6=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #405506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405506 is #BFAAF9. Grayscale: #464646. Windows color (decimal): -12561146 or 415040. OLE color: 415040.

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

Color convert

RGB 64 85 6 -
CMYK 0.25 0 0.93 0.67
HSL 75.95º 0.87% 0.18% -
HSV(B) 75.95º 0.93% 0.33% -
XYZ 5.4 7.6 1.35 -
YUV 69.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 64 85 6 0.25 0 0.93 0.67 75.95 0.87 0.18
Hex 40 55 6 19 0 5D 43 4C 57 12
Octal 100 125 6 31 0 135 103 114 127 22
Binary 1000000 1010101 110 11001 0 1011101 1000011 1001100 1010111 10010

Color Harmonies of #405506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405506

Black with #405506

Text Example


Text Example

White with #405506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405506; }

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

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

background-color css

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

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

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

border-color css

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

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

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