#33563A

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

Shades of Goblin #33563A

Tints of Goblin #33563A

Color information

#33563A (or 0x33563A) is unknown color: approx Goblin. HEX triplet: 33, 56 and 3A. RGB value is (51,86,58). Sum of RGB (Red+Green+Blue) = 51+86+58=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #33563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33563A is #CCA9C5. Grayscale: #484848. Windows color (decimal): -13412806 or 3823155. OLE color: 3823155.

HSL color Cylindrical-coordinate representation of color #33563A: hue angle of 132º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33563A is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB518658-
CMYK0.4100.330.66
HSL132º25.55%26.86%-
HSV(B)132º40.7%33.73%-
XYZ5.467.665.19-
YUV72.34119.9112.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=26.15%
G=44.10%
B=29.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186580.4100.330.6613225.5526.86
Hex33563A2902142841a1b
Octal6312672510411022043233
Binary110011101011011101010100101000011000010100001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33563A; }

 p { color: rgb(51,86,58); }

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

<style>
 a { background-color: #33563A; }

 a { background-color: rgb(51,86,58); }

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

<style>
 span { border-color: #33563A; }

 span { border-color: rgb(51,86,58); }

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