Html Css Color HEX #3E5545 Goblin

📋 copy color: '#3E5545'

red 62 ◦ green 85 ◦ blue 69

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

Shades of Goblin #3E5545

Tints of Goblin #3E5545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 28.7%
G = 39.35%
B = 31.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#3E5545 (or 0x3E5545) is known color: Goblin. HEX triplet: 3E, 55 and 45. RGB value is (62,85,69). Sum of RGB (Red+Green+Blue) = 62+85+69=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5545 is #C1AABA. Grayscale: #4C4C4C. Windows color (decimal): -12692155 or 4543806. OLE color: 4543806.

HSL color Cylindrical-coordinate representation of color #3E5545: hue angle of 138.26º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5545 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 69 -
CMYK 0.27 0 0.19 0.67
HSL 138.26º 0.16% 0.29% -
HSV(B) 138.26º 0.27% 0.33% -
XYZ 6.31 7.95 6.83 -
YUV 76.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 62 85 69 0.27 0 0.19 0.67 138.26 0.16 0.29
Hex 3E 55 45 1B 0 13 43 8A 10 1D
Octal 76 125 105 33 0 23 103 212 20 35
Binary 111110 1010101 1000101 11011 0 10011 1000011 10001010 10000 11101

Color Harmonies of #3E5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5545

Black with #3E5545

Text Example


Text Example

White with #3E5545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,85,69); }

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

background-color css

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

 a { background-color: rgb(62,85,69); }

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

border-color css

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

 span { border-color: rgb(62,85,69); }

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