Html Css Color HEX #3E5116 Verdun Green

📋 copy color: '#3E5116'

red 62 ◦ green 81 ◦ blue 22

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

Shades of Verdun Green #3E5116

Tints of Verdun Green #3E5116

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

 GREEN value IS 81 (32.03% from 255) = 49.09%

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

R = 37.58%
G = 49.09%
B = 13.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#3E5116 (or 0x3E5116) is known color: Verdun Green. HEX triplet: 3E, 51 and 16. RGB value is (62,81,22). Sum of RGB (Red+Green+Blue) = 62+81+22=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5116 is #C1AEE9. Grayscale: #444444. Windows color (decimal): -12693226 or 1462590. OLE color: 1462590.

HSL color Cylindrical-coordinate representation of color #3E5116: hue angle of 79.32º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E5116 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 81 22 -
CMYK 0.23 0 0.73 0.68
HSL 79.32º 0.57% 0.2% -
HSV(B) 79.32º 0.73% 0.32% -
XYZ 5.07 6.97 1.84 -
YUV 68.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 62 81 22 0.23 0 0.73 0.68 79.32 0.57 0.2
Hex 3E 51 16 17 0 49 44 4F 39 14
Octal 76 121 26 27 0 111 104 117 71 24
Binary 111110 1010001 10110 10111 0 1001001 1000100 1001111 111001 10100

Color Harmonies of #3E5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5116

Black with #3E5116

Text Example


Text Example

White with #3E5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5116; }

 p { color: rgb(62,81,22); }

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

background-color css

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

 a { background-color: rgb(62,81,22); }

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

border-color css

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

 span { border-color: rgb(62,81,22); }

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