#365D45

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

Shades of Goblin #365D45

Tints of Goblin #365D45

Color information

#365D45 (or 0x365D45) is unknown color: approx Goblin. HEX triplet: 36, 5D and 45. RGB value is (54,93,69). Sum of RGB (Red+Green+Blue) = 54+93+69=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #365D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D45 is #C9A2BA. Grayscale: #4E4E4E. Windows color (decimal): -13214395 or 4545846. OLE color: 4545846.

HSL color Cylindrical-coordinate representation of color #365D45: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D45 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB549369-
CMYK0.4200.260.64
HSL143.08º26.53%28.82%-
HSV(B)143.08º41.94%36.47%-
XYZ6.519.047.03-
YUV78.6122.58110.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=25%
G=43.06%
B=31.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493690.4200.260.64143.0826.5328.82
Hex365D452A01A408f1b1d
Octal66135105520321002173335
Binary110110101110110001011010100110101000000100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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