#365942

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

Shades of Goblin #365942

Tints of Goblin #365942

Color information

#365942 (or 0x365942) is unknown color: approx Goblin. HEX triplet: 36, 59 and 42. RGB value is (54,89,66). Sum of RGB (Red+Green+Blue) = 54+89+66=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #365942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365942 is #C9A6BD. Grayscale: #4B4B4B. Windows color (decimal): -13215422 or 4348214. OLE color: 4348214.

HSL color Cylindrical-coordinate representation of color #365942: hue angle of 140.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365942 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB548966-
CMYK0.3900.260.65
HSL140.57º24.48%28.04%-
HSV(B)140.57º39.33%34.9%-
XYZ6.088.326.44-
YUV75.91122.4112.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=25.84%
G=42.58%
B=31.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489660.3900.260.65140.5724.4828.04
Hex3659422701A418d181c
Octal66131102470321012153034
Binary110110101100110000101001110110101000001100011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365942; }

 p { color: rgb(54,89,66); }

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

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

 a { background-color: rgb(54,89,66); }

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

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

 span { border-color: rgb(54,89,66); }

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