Html Css Color HEX #405000 Verdun Green

📋 copy color: '#405000'

red 64 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #405000

Tints of Verdun Green #405000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.56%

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

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#405000 (or 0x405000) is known color: Verdun Green. HEX triplet: 40, 50 and 00. RGB value is (64,80,0). Sum of RGB (Red+Green+Blue) = 64+80+0=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #405000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405000 is #BFAFFF. Grayscale: #424242. Windows color (decimal): -12562432 or 20544. OLE color: 20544.

HSL color Cylindrical-coordinate representation of color #405000: hue angle of 72º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #405000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 0 -
CMYK 0.20 0 1 0.69
HSL 72º 1% 0.16% -
HSV(B) 72º 1% 0.31% -
XYZ 4.98 6.83 1.06 -
YUV 66.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 64 80 0 0.20 0 1 0.69 72 1 0.16
Hex 40 50 0 14 0 64 45 48 64 10
Octal 100 120 0 24 0 144 105 110 144 20
Binary 1000000 1010000 0 10100 0 1100100 1000101 1001000 1100100 10000

Color Harmonies of #405000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405000

Black with #405000

Text Example


Text Example

White with #405000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405000; }

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

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

background-color css

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

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

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

border-color css

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

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

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