Html Css Color HEX #405F16 Verdun Green

📋 copy color: '#405F16'

red 64 ◦ green 95 ◦ blue 22

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

Shades of Verdun Green #405F16

Tints of Verdun Green #405F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 52.49%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 35.36%
G = 52.49%
B = 12.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#405F16 (or 0x405F16) is known color: Verdun Green. HEX triplet: 40, 5F and 16. RGB value is (64,95,22). Sum of RGB (Red+Green+Blue) = 64+95+22=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #405F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F16 is #BFA0E9. Grayscale: #4D4D4D. Windows color (decimal): -12558570 or 1466176. OLE color: 1466176.

HSL color Cylindrical-coordinate representation of color #405F16: hue angle of 85.48º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405F16 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 95 22 -
CMYK 0.33 0 0.77 0.63
HSL 85.48º 0.62% 0.23% -
HSV(B) 85.48º 0.77% 0.37% -
XYZ 6.35 9.33 2.23 -
YUV 77.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 64 95 22 0.33 0 0.77 0.63 85.48 0.62 0.23
Hex 40 5F 16 21 0 4D 3F 55 3E 17
Octal 100 137 26 41 0 115 77 125 76 27
Binary 1000000 1011111 10110 100001 0 1001101 111111 1010101 111110 10111

Color Harmonies of #405F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F16

Black with #405F16

Text Example


Text Example

White with #405F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,95,22); }

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

background-color css

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

 a { background-color: rgb(64,95,22); }

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

border-color css

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

 span { border-color: rgb(64,95,22); }

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