Html Css Color HEX #405503 Verdun Green

📋 copy color: '#405503'

red 64 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #405503

Tints of Verdun Green #405503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 42.11%
G = 55.92%
B = 1.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#405503 (or 0x405503) is known color: Verdun Green. HEX triplet: 40, 55 and 03. RGB value is (64,85,3). Sum of RGB (Red+Green+Blue) = 64+85+3=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #405503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405503 is #BFAAFC. Grayscale: #454545. Windows color (decimal): -12561149 or 218432. OLE color: 218432.

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

Color convert

RGB 64 85 3 -
CMYK 0.25 0 0.96 0.67
HSL 75.37º 0.93% 0.17% -
HSV(B) 75.37º 0.96% 0.33% -
XYZ 5.38 7.59 1.27 -
YUV 69.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 64 85 3 0.25 0 0.96 0.67 75.37 0.93 0.17
Hex 40 55 3 19 0 60 43 4B 5D 11
Octal 100 125 3 31 0 140 103 113 135 21
Binary 1000000 1010101 11 11001 0 1100000 1000011 1001011 1011101 10001

Color Harmonies of #405503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405503

Black with #405503

Text Example


Text Example

White with #405503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405503; }

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

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

background-color css

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

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

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

border-color css

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

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

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