Html Css Color HEX #3E5113 Verdun Green

📋 copy color: '#3E5113'

red 62 ◦ green 81 ◦ blue 19

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

Shades of Verdun Green #3E5113

Tints of Verdun Green #3E5113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 38.27%
G = 50%
B = 11.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#3E5113 (or 0x3E5113) is known color: Verdun Green. HEX triplet: 3E, 51 and 13. RGB value is (62,81,19). Sum of RGB (Red+Green+Blue) = 62+81+19=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5113 is #C1AEEC. Grayscale: #444444. Windows color (decimal): -12693229 or 1265982. OLE color: 1265982.

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

Color convert

RGB 62 81 19 -
CMYK 0.23 0 0.77 0.68
HSL 78.39º 0.62% 0.2% -
HSV(B) 78.39º 0.77% 0.32% -
XYZ 5.05 6.96 1.69 -
YUV 68.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 62 81 19 0.23 0 0.77 0.68 78.39 0.62 0.2
Hex 3E 51 13 17 0 4D 44 4E 3E 14
Octal 76 121 23 27 0 115 104 116 76 24
Binary 111110 1010001 10011 10111 0 1001101 1000100 1001110 111110 10100

Color Harmonies of #3E5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5113

Black with #3E5113

Text Example


Text Example

White with #3E5113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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