#365F45

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

Shades of Goblin #365F45

Tints of Goblin #365F45

Color information

#365F45 (or 0x365F45) is unknown color: approx Goblin. HEX triplet: 36, 5F and 45. RGB value is (54,95,69). Sum of RGB (Red+Green+Blue) = 54+95+69=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #365F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F45 is #C9A0BA. Grayscale: #4F4F4F. Windows color (decimal): -13213883 or 4546358. OLE color: 4546358.

HSL color Cylindrical-coordinate representation of color #365F45: hue angle of 141.95º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F45 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB549569-
CMYK0.4300.270.63
HSL141.95º27.52%29.22%-
HSV(B)141.95º43.16%37.25%-
XYZ6.699.47.09-
YUV79.78121.92109.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=24.77%
G=43.58%
B=31.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495690.4300.270.63141.9527.5229.22
Hex365F452B01B3F8e1c1d
Octal6613710553033772163435
Binary11011010111111000101101011011011111111100011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F45; }

 p { color: rgb(54,95,69); }

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

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

 a { background-color: rgb(54,95,69); }

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

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

 span { border-color: rgb(54,95,69); }

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