Html Css Color HEX #405804 Verdun Green

📋 copy color: '#405804'

red 64 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #405804

Tints of Verdun Green #405804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.56%

R = 41.03%
G = 56.41%
B = 2.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#405804 (or 0x405804) is known color: Verdun Green. HEX triplet: 40, 58 and 04. RGB value is (64,88,4). Sum of RGB (Red+Green+Blue) = 64+88+4=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #405804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405804 is #BFA7FB. Grayscale: #474747. Windows color (decimal): -12560380 or 284736. OLE color: 284736.

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

Color convert

RGB 64 88 4 -
CMYK 0.27 0 0.95 0.65
HSL 77.14º 0.91% 0.18% -
HSV(B) 77.14º 0.95% 0.35% -
XYZ 5.63 8.08 1.38 -
YUV 71.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 64 88 4 0.27 0 0.95 0.65 77.14 0.91 0.18
Hex 40 58 4 1B 0 5F 41 4D 5B 12
Octal 100 130 4 33 0 137 101 115 133 22
Binary 1000000 1011000 100 11011 0 1011111 1000001 1001101 1011011 10010

Color Harmonies of #405804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405804

Black with #405804

Text Example


Text Example

White with #405804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405804; }

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

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

background-color css

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

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

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

border-color css

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

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

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