Html Css Color HEX #405501 Verdun Green

📋 copy color: '#405501'

red 64 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #405501

Tints of Verdun Green #405501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 42.67%
G = 56.67%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#405501 (or 0x405501) is known color: Verdun Green. HEX triplet: 40, 55 and 01. RGB value is (64,85,1). Sum of RGB (Red+Green+Blue) = 64+85+1=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #405501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405501 is #BFAAFE. Grayscale: #454545. Windows color (decimal): -12561151 or 87360. OLE color: 87360.

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

Color convert

RGB 64 85 1 -
CMYK 0.25 0 0.99 0.67
HSL 75º 0.98% 0.17% -
HSV(B) 75º 0.99% 0.33% -
XYZ 5.37 7.59 1.21 -
YUV 69.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 64 85 1 0.25 0 0.99 0.67 75 0.98 0.17
Hex 40 55 1 19 0 63 43 4B 62 11
Octal 100 125 1 31 0 143 103 113 142 21
Binary 1000000 1010101 1 11001 0 1100011 1000011 1001011 1100010 10001

Color Harmonies of #405501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405501

Black with #405501

Text Example


Text Example

White with #405501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405501; }

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

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

background-color css

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

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

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

border-color css

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

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

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