#3C5844

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

Shades of Goblin #3C5844

Tints of Goblin #3C5844

Color information

#3C5844 (or 0x3C5844) is unknown color: approx Goblin. HEX triplet: 3C, 58 and 44. RGB value is (60,88,68). Sum of RGB (Red+Green+Blue) = 60+88+68=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5844 is #C3A7BB. Grayscale: #4D4D4D. Windows color (decimal): -12822460 or 4479036. OLE color: 4479036.

HSL color Cylindrical-coordinate representation of color #3C5844: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5844 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB608868-
CMYK0.3200.230.65
HSL137.14º18.92%29.02%-
HSV(B)137.14º31.82%34.51%-
XYZ6.48.366.74-
YUV77.35122.72115.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=27.78%
G=40.74%
B=31.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6088680.3200.230.65137.1418.9229.02
Hex3C5844200174189131d
Octal74130104400271012112335
Binary111100101100010001001000000101111000001100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,88,68); }

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

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

 a { background-color: rgb(60,88,68); }

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

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

 span { border-color: rgb(60,88,68); }

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