Html Css Color HEX #405801 Verdun Green

📋 copy color: '#405801'

red 64 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #405801

Tints of Verdun Green #405801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.52%

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

R = 41.83%
G = 57.52%
B = 0.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#405801 (or 0x405801) is known color: Verdun Green. HEX triplet: 40, 58 and 01. RGB value is (64,88,1). Sum of RGB (Red+Green+Blue) = 64+88+1=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #405801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405801 is #BFA7FE. Grayscale: #474747. Windows color (decimal): -12560383 or 88128. OLE color: 88128.

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

Color convert

RGB 64 88 1 -
CMYK 0.27 0 0.99 0.65
HSL 76.55º 0.98% 0.17% -
HSV(B) 76.55º 0.99% 0.35% -
XYZ 5.61 8.07 1.29 -
YUV 70.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 64 88 1 0.27 0 0.99 0.65 76.55 0.98 0.17
Hex 40 58 1 1B 0 63 41 4D 62 11
Octal 100 130 1 33 0 143 101 115 142 21
Binary 1000000 1011000 1 11011 0 1100011 1000001 1001101 1100010 10001

Color Harmonies of #405801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405801

Black with #405801

Text Example


Text Example

White with #405801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405801; }

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

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

background-color css

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

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

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

border-color css

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

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

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