#3B5D44

Color #3B5D44 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #3B5D44

Tints of Goblin #3B5D44

Color information

#3B5D44 (or 0x3B5D44) is unknown color: approx Goblin. HEX triplet: 3B, 5D and 44. RGB value is (59,93,68). Sum of RGB (Red+Green+Blue) = 59+93+68=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D44 is #C4A2BB. Grayscale: #505050. Windows color (decimal): -12886716 or 4480315. OLE color: 4480315.

HSL color Cylindrical-coordinate representation of color #3B5D44: hue angle of 135.88º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5D44 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB599368-
CMYK0.3700.270.64
HSL135.88º22.37%29.8%-
HSV(B)135.88º36.56%36.47%-
XYZ6.769.186.88-
YUV79.98121.24113.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=26.82%
G=42.27%
B=30.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5993680.3700.270.64135.8822.3729.8
Hex3B5D442501B4088161e
Octal73135104450331002102636
Binary111011101110110001001001010110111000000100010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,68); }

 H1.HeaderClassName
 {
   color: #3B5D44;
 }
 .AnyTagClassName
 {
   color: #3B5D44;
 }
</style>
background-color css

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

 a { background-color: rgb(59,93,68); }

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

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

 span { border-color: rgb(59,93,68); }

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