Html Css Color HEX #405800 Verdun Green

📋 copy color: '#405800'

red 64 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #405800

Tints of Verdun Green #405800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.11%
G = 57.89%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#405800 (or 0x405800) is known color: Verdun Green. HEX triplet: 40, 58 and 00. RGB value is (64,88,0). Sum of RGB (Red+Green+Blue) = 64+88+0=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #405800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405800 is #BFA7FF. Grayscale: #474747. Windows color (decimal): -12560384 or 22592. OLE color: 22592.

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

Color convert

RGB 64 88 0 -
CMYK 0.27 0 1 0.65
HSL 76.36º 1% 0.17% -
HSV(B) 76.36º 1% 0.35% -
XYZ 5.6 8.07 1.26 -
YUV 70.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 64 88 0 0.27 0 1 0.65 76.36 1 0.17
Hex 40 58 0 1B 0 64 41 4C 64 11
Octal 100 130 0 33 0 144 101 114 144 21
Binary 1000000 1011000 0 11011 0 1100100 1000001 1001100 1100100 10001

Color Harmonies of #405800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405800

Black with #405800

Text Example


Text Example

White with #405800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405800; }

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

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

background-color css

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

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

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

border-color css

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

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

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