#365844

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

Shades of Goblin #365844

Tints of Goblin #365844

Color information

#365844 (or 0x365844) is unknown color: approx Goblin. HEX triplet: 36, 58 and 44. RGB value is (54,88,68). Sum of RGB (Red+Green+Blue) = 54+88+68=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #365844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365844 is #C9A7BB. Grayscale: #4B4B4B. Windows color (decimal): -13215676 or 4479030. OLE color: 4479030.

HSL color Cylindrical-coordinate representation of color #365844: hue angle of 144.71º 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 #365844 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB548868-
CMYK0.3900.230.65
HSL144.71º23.94%27.84%-
HSV(B)144.71º38.64%34.51%-
XYZ6.058.186.73-
YUV75.55123.74112.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=25.71%
G=41.90%
B=32.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488680.3900.230.65144.7123.9427.84
Hex365844270174191181c
Octal66130104470271012213034
Binary110110101100010001001001110101111000001100100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365844; }

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

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

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

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

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

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

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

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