Html Css Color HEX #3E5040 Hunter Green

📋 copy color: '#3E5040'

red 62 ◦ green 80 ◦ blue 64

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

Shades of Hunter Green #3E5040

Tints of Hunter Green #3E5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 30.1%
G = 38.83%
B = 31.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#3E5040 (or 0x3E5040) is known color: Hunter Green. HEX triplet: 3E, 50 and 40. RGB value is (62,80,64). Sum of RGB (Red+Green+Blue) = 62+80+64=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5040 is #C1AFBF. Grayscale: #484848. Windows color (decimal): -12693440 or 4214846. OLE color: 4214846.

HSL color Cylindrical-coordinate representation of color #3E5040: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E5040 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 64 -
CMYK 0.22 0 0.20 0.69
HSL 126.67º 0.13% 0.28% -
HSV(B) 126.67º 0.23% 0.31% -
XYZ 5.78 7.13 5.92 -
YUV 72.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 62 80 64 0.22 0 0.20 0.69 126.67 0.13 0.28
Hex 3E 50 40 16 0 14 45 7F D 1C
Octal 76 120 100 26 0 24 105 177 15 34
Binary 111110 1010000 1000000 10110 0 10100 1000101 1111111 1101 11100

Color Harmonies of #3E5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5040

Black with #3E5040

Text Example


Text Example

White with #3E5040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,80,64); }

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

background-color css

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

 a { background-color: rgb(62,80,64); }

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

border-color css

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

 span { border-color: rgb(62,80,64); }

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