#36553F

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

Shades of Goblin #36553F

Tints of Goblin #36553F

Color information

#36553F (or 0x36553F) is unknown color: approx Goblin. HEX triplet: 36, 55 and 3F. RGB value is (54,85,63). Sum of RGB (Red+Green+Blue) = 54+85+63=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #36553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553F is #C9AAC0. Grayscale: #494949. Windows color (decimal): -13216449 or 4150582. OLE color: 4150582.

HSL color Cylindrical-coordinate representation of color #36553F: hue angle of 137.42º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36553F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB548563-
CMYK0.3600.260.67
HSL137.42º22.3%27.25%-
HSV(B)137.42º36.47%33.33%-
XYZ5.677.645.88-
YUV73.22122.23114.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 63 (25% from 255) = 31.19%
R=26.73%
G=42.08%
B=31.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485630.3600.260.67137.4222.327.25
Hex36553F2401A4389161b
Octal6612577440321032112633
Binary11011010101011111111001000110101000011100010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36553F; }

 p { color: rgb(54,85,63); }

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

<style>
 a { background-color: #36553F; }

 a { background-color: rgb(54,85,63); }

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

<style>
 span { border-color: #36553F; }

 span { border-color: rgb(54,85,63); }

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