Html Css Color HEX #3E5342 Goblin

📋 copy color: '#3E5342'

red 62 ◦ green 83 ◦ blue 66

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

Shades of Goblin #3E5342

Tints of Goblin #3E5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 29.38%
G = 39.34%
B = 31.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#3E5342 (or 0x3E5342) is known color: Goblin. HEX triplet: 3E, 53 and 42. RGB value is (62,83,66). Sum of RGB (Red+Green+Blue) = 62+83+66=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5342 is #C1ACBD. Grayscale: #4A4A4A. Windows color (decimal): -12692670 or 4346686. OLE color: 4346686.

HSL color Cylindrical-coordinate representation of color #3E5342: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5342 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 83 66 -
CMYK 0.25 0 0.20 0.67
HSL 131.43º 0.14% 0.28% -
HSV(B) 131.43º 0.25% 0.33% -
XYZ 6.06 7.6 6.3 -
YUV 74.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 62 83 66 0.25 0 0.20 0.67 131.43 0.14 0.28
Hex 3E 53 42 19 0 14 43 83 E 1C
Octal 76 123 102 31 0 24 103 203 16 34
Binary 111110 1010011 1000010 11001 0 10100 1000011 10000011 1110 11100

Color Harmonies of #3E5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5342

Black with #3E5342

Text Example


Text Example

White with #3E5342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,66); }

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

background-color css

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

 a { background-color: rgb(62,83,66); }

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

border-color css

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

 span { border-color: rgb(62,83,66); }

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