#365443

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

Shades of Goblin #365443

Tints of Goblin #365443

Color information

#365443 (or 0x365443) is unknown color: approx Goblin. HEX triplet: 36, 54 and 43. RGB value is (54,84,67). Sum of RGB (Red+Green+Blue) = 54+84+67=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #365443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365443 is #C9ABBC. Grayscale: #494949. Windows color (decimal): -13216701 or 4412470. OLE color: 4412470.

HSL color Cylindrical-coordinate representation of color #365443: hue angle of 146º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365443 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB548467-
CMYK0.3600.200.67
HSL146º21.74%27.06%-
HSV(B)146º35.71%32.94%-
XYZ5.77.536.46-
YUV73.09124.56114.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=26.34%
G=40.98%
B=32.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484670.3600.200.6714621.7427.06
Hex365443240144392161b
Octal66124103440241032222633
Binary110110101010010000111001000101001000011100100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365443; }

 p { color: rgb(54,84,67); }

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

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

 a { background-color: rgb(54,84,67); }

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

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

 span { border-color: rgb(54,84,67); }

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