Html Css Color HEX #405803 Verdun Green

📋 copy color: '#405803'

red 64 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #405803

Tints of Verdun Green #405803

RGB

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

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

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

R = 41.29%
G = 56.77%
B = 1.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#405803 (or 0x405803) is known color: Verdun Green. HEX triplet: 40, 58 and 03. RGB value is (64,88,3). Sum of RGB (Red+Green+Blue) = 64+88+3=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #405803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405803 is #BFA7FC. Grayscale: #474747. Windows color (decimal): -12560381 or 219200. OLE color: 219200.

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

Color convert

RGB 64 88 3 -
CMYK 0.27 0 0.97 0.65
HSL 76.94º 0.93% 0.18% -
HSV(B) 76.94º 0.97% 0.35% -
XYZ 5.62 8.08 1.35 -
YUV 71.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 64 88 3 0.27 0 0.97 0.65 76.94 0.93 0.18
Hex 40 58 3 1B 0 61 41 4D 5D 12
Octal 100 130 3 33 0 141 101 115 135 22
Binary 1000000 1011000 11 11011 0 1100001 1000001 1001101 1011101 10010

Color Harmonies of #405803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405803

Black with #405803

Text Example


Text Example

White with #405803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405803; }

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

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

background-color css

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

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

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

border-color css

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

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

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