#365D41

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

Shades of Goblin #365D41

Tints of Goblin #365D41

Color information

#365D41 (or 0x365D41) is unknown color: approx Goblin. HEX triplet: 36, 5D and 41. RGB value is (54,93,65). Sum of RGB (Red+Green+Blue) = 54+93+65=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #365D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D41 is #C9A2BE. Grayscale: #4E4E4E. Windows color (decimal): -13214399 or 4283702. OLE color: 4283702.

HSL color Cylindrical-coordinate representation of color #365D41: hue angle of 136.92º 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 #365D41 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB549365-
CMYK0.4200.300.64
HSL136.92º26.53%28.82%-
HSV(B)136.92º41.94%36.47%-
XYZ6.398.996.4-
YUV78.15120.58110.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=25.47%
G=43.87%
B=30.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493650.4200.300.64136.9226.5328.82
Hex365D412A01E40891b1d
Octal66135101520361002113335
Binary110110101110110000011010100111101000000100010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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