Html Css Color HEX #405D0B Verdun Green

📋 copy color: '#405D0B'

red 64 ◦ green 93 ◦ blue 11

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

Shades of Verdun Green #405D0B

Tints of Verdun Green #405D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 38.1%
G = 55.36%
B = 6.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#405D0B (or 0x405D0B) is known color: Verdun Green. HEX triplet: 40, 5D and 0B. RGB value is (64,93,11). Sum of RGB (Red+Green+Blue) = 64+93+11=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #405D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D0B is #BFA2F4. Grayscale: #4B4B4B. Windows color (decimal): -12559093 or 744768. OLE color: 744768.

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

Color convert

RGB 64 93 11 -
CMYK 0.31 0 0.88 0.64
HSL 81.22º 0.79% 0.2% -
HSV(B) 81.22º 0.88% 0.36% -
XYZ 6.09 8.94 1.72 -
YUV 74.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 64 93 11 0.31 0 0.88 0.64 81.22 0.79 0.2
Hex 40 5D B 1F 0 58 40 51 4F 14
Octal 100 135 13 37 0 130 100 121 117 24
Binary 1000000 1011101 1011 11111 0 1011000 1000000 1010001 1001111 10100

Color Harmonies of #405D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D0B

Black with #405D0B

Text Example


Text Example

White with #405D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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