#365741

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

Shades of Goblin #365741

Tints of Goblin #365741

Color information

#365741 (or 0x365741) is unknown color: approx Goblin. HEX triplet: 36, 57 and 41. RGB value is (54,87,65). Sum of RGB (Red+Green+Blue) = 54+87+65=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #365741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365741 is #C9A8BE. Grayscale: #4A4A4A. Windows color (decimal): -13215935 or 4282166. OLE color: 4282166.

HSL color Cylindrical-coordinate representation of color #365741: hue angle of 140º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365741 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB548765-
CMYK0.3800.250.66
HSL140º23.4%27.65%-
HSV(B)140º37.93%34.12%-
XYZ5.887.986.23-
YUV74.62122.57113.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=26.21%
G=42.23%
B=31.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487650.3800.250.6614023.427.65
Hex36574126019428c171c
Octal66127101460311022142734
Binary110110101011110000011001100110011000010100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365741; }

 p { color: rgb(54,87,65); }

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

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

 a { background-color: rgb(54,87,65); }

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

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

 span { border-color: rgb(54,87,65); }

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