Html Css Color HEX #405D00 Verdun Green

📋 copy color: '#405D00'

red 64 ◦ green 93 ◦ blue 0

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

Shades of Verdun Green #405D00

Tints of Verdun Green #405D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.24%

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

R = 40.76%
G = 59.24%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#405D00 (or 0x405D00) is known color: Verdun Green. HEX triplet: 40, 5D and 00. RGB value is (64,93,0). Sum of RGB (Red+Green+Blue) = 64+93+0=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #405D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D00 is #BFA2FF. Grayscale: #4A4A4A. Windows color (decimal): -12559104 or 23872. OLE color: 23872.

HSL color Cylindrical-coordinate representation of color #405D00: hue angle of 78.71º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #405D00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 93 0 -
CMYK 0.31 0 1 0.64
HSL 78.71º 1% 0.18% -
HSV(B) 78.71º 1% 0.36% -
XYZ 6.03 8.92 1.4 -
YUV 73.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 64 93 0 0.31 0 1 0.64 78.71 1 0.18
Hex 40 5D 0 1F 0 64 40 4F 64 12
Octal 100 135 0 37 0 144 100 117 144 22
Binary 1000000 1011101 0 11111 0 1100100 1000000 1001111 1100100 10010

Color Harmonies of #405D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D00

Black with #405D00

Text Example


Text Example

White with #405D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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