#365840

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

Shades of Goblin #365840

Tints of Goblin #365840

Color information

#365840 (or 0x365840) is unknown color: approx Goblin. HEX triplet: 36, 58 and 40. RGB value is (54,88,64). Sum of RGB (Red+Green+Blue) = 54+88+64=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #365840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365840 is #C9A7BF. Grayscale: #4B4B4B. Windows color (decimal): -13215680 or 4216886. OLE color: 4216886.

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

Color convert

RGB548864-
CMYK0.3900.270.65
HSL137.65º23.94%27.84%-
HSV(B)137.65º38.64%34.51%-
XYZ5.948.136.11-
YUV75.1121.74112.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=26.21%
G=42.72%
B=31.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488640.3900.270.65137.6523.9427.84
Hex3658402701B418a181c
Octal66130100470331012123034
Binary110110101100010000001001110110111000001100010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365840; }

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

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

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

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

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

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

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

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