Html Css Color HEX #405505 Verdun Green

📋 copy color: '#405505'

red 64 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #405505

Tints of Verdun Green #405505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 41.56%
G = 55.19%
B = 3.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#405505 (or 0x405505) is known color: Verdun Green. HEX triplet: 40, 55 and 05. RGB value is (64,85,5). Sum of RGB (Red+Green+Blue) = 64+85+5=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #405505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405505 is #BFAAFA. Grayscale: #454545. Windows color (decimal): -12561147 or 349504. OLE color: 349504.

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

Color convert

RGB 64 85 5 -
CMYK 0.25 0 0.94 0.67
HSL 75.75º 0.89% 0.18% -
HSV(B) 75.75º 0.94% 0.33% -
XYZ 5.39 7.6 1.33 -
YUV 69.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 64 85 5 0.25 0 0.94 0.67 75.75 0.89 0.18
Hex 40 55 5 19 0 5E 43 4C 59 12
Octal 100 125 5 31 0 136 103 114 131 22
Binary 1000000 1010101 101 11001 0 1011110 1000011 1001100 1011001 10010

Color Harmonies of #405505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405505

Black with #405505

Text Example


Text Example

White with #405505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405505; }

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

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

background-color css

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

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

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

border-color css

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

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

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