#365F42

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

Shades of Goblin #365F42

Tints of Goblin #365F42

Color information

#365F42 (or 0x365F42) is unknown color: approx Goblin. HEX triplet: 36, 5F and 42. RGB value is (54,95,66). Sum of RGB (Red+Green+Blue) = 54+95+66=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #365F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F42 is #C9A0BD. Grayscale: #4F4F4F. Windows color (decimal): -13213886 or 4349750. OLE color: 4349750.

HSL color Cylindrical-coordinate representation of color #365F42: hue angle of 137.56º 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 #365F42 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB549566-
CMYK0.4300.310.63
HSL137.56º27.52%29.22%-
HSV(B)137.56º43.16%37.25%-
XYZ6.69.366.61-
YUV79.44120.42109.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=25.12%
G=44.19%
B=30.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495660.4300.310.63137.5627.5229.22
Hex365F422B01F3F8a1c1d
Octal6613710253037772123435
Binary11011010111111000010101011011111111111100010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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