#3B5C44

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

Shades of Goblin #3B5C44

Tints of Goblin #3B5C44

Color information

#3B5C44 (or 0x3B5C44) is unknown color: approx Goblin. HEX triplet: 3B, 5C and 44. RGB value is (59,92,68). Sum of RGB (Red+Green+Blue) = 59+92+68=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #3B5C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5C44 is #C4A3BB. Grayscale: #4F4F4F. Windows color (decimal): -12886972 or 4480059. OLE color: 4480059.

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

Color convert

RGB599268-
CMYK0.3600.260.64
HSL136.36º21.85%29.61%-
HSV(B)136.36º35.87%36.08%-
XYZ6.6796.85-
YUV79.4121.57113.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=26.94%
G=42.01%
B=31.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5992680.3600.260.64136.3621.8529.61
Hex3B5C442401A4088161e
Octal73134104440321002102636
Binary111011101110010001001001000110101000000100010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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