Html Css Color HEX #405612 Verdun Green

📋 copy color: '#405612'

red 64 ◦ green 86 ◦ blue 18

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

Shades of Verdun Green #405612

Tints of Verdun Green #405612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.19%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 38.1%
G = 51.19%
B = 10.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#405612 (or 0x405612) is known color: Verdun Green. HEX triplet: 40, 56 and 12. RGB value is (64,86,18). Sum of RGB (Red+Green+Blue) = 64+86+18=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #405612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405612 is #BFA9ED. Grayscale: #474747. Windows color (decimal): -12560878 or 1201728. OLE color: 1201728.

HSL color Cylindrical-coordinate representation of color #405612: hue angle of 79.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #405612 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 18 -
CMYK 0.26 0 0.79 0.66
HSL 79.41º 0.65% 0.2% -
HSV(B) 79.41º 0.79% 0.34% -
XYZ 5.55 7.79 1.78 -
YUV 71.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 64 86 18 0.26 0 0.79 0.66 79.41 0.65 0.2
Hex 40 56 12 1A 0 4F 42 4F 41 14
Octal 100 126 22 32 0 117 102 117 101 24
Binary 1000000 1010110 10010 11010 0 1001111 1000010 1001111 1000001 10100

Color Harmonies of #405612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405612

Black with #405612

Text Example


Text Example

White with #405612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405612; }

 p { color: rgb(64,86,18); }

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

background-color css

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

 a { background-color: rgb(64,86,18); }

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

border-color css

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

 span { border-color: rgb(64,86,18); }

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