Html Css Color HEX #405D14 Verdun Green

📋 copy color: '#405D14'

red 64 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #405D14

Tints of Verdun Green #405D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 36.16%
G = 52.54%
B = 11.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#405D14 (or 0x405D14) is known color: Verdun Green. HEX triplet: 40, 5D and 14. RGB value is (64,93,20). Sum of RGB (Red+Green+Blue) = 64+93+20=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #405D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D14 is #BFA2EB. Grayscale: #4C4C4C. Windows color (decimal): -12559084 or 1334592. OLE color: 1334592.

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

Color convert

RGB 64 93 20 -
CMYK 0.31 0 0.78 0.64
HSL 83.84º 0.65% 0.22% -
HSV(B) 83.84º 0.78% 0.36% -
XYZ 6.15 8.97 2.07 -
YUV 76.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 64 93 20 0.31 0 0.78 0.64 83.84 0.65 0.22
Hex 40 5D 14 1F 0 4E 40 54 41 16
Octal 100 135 24 37 0 116 100 124 101 26
Binary 1000000 1011101 10100 11111 0 1001110 1000000 1010100 1000001 10110

Color Harmonies of #405D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D14

Black with #405D14

Text Example


Text Example

White with #405D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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