#365C41

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

Shades of Goblin #365C41

Tints of Goblin #365C41

Color information

#365C41 (or 0x365C41) is unknown color: approx Goblin. HEX triplet: 36, 5C and 41. RGB value is (54,92,65). Sum of RGB (Red+Green+Blue) = 54+92+65=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #365C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C41 is #C9A3BE. Grayscale: #4D4D4D. Windows color (decimal): -13214655 or 4283446. OLE color: 4283446.

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

Color convert

RGB549265-
CMYK0.4100.290.64
HSL137.37º26.03%28.63%-
HSV(B)137.37º41.3%36.08%-
XYZ6.38.826.37-
YUV77.56120.91111.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=25.59%
G=43.60%
B=30.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5492650.4100.290.64137.3726.0328.63
Hex365C412901D40891a1d
Octal66134101510351002113235
Binary110110101110010000011010010111011000000100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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