#33533B

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

Shades of Goblin #33533B

Tints of Goblin #33533B

Color information

#33533B (or 0x33533B) is unknown color: approx Goblin. HEX triplet: 33, 53 and 3B. RGB value is (51,83,59). Sum of RGB (Red+Green+Blue) = 51+83+59=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #33533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533B is #CCACC4. Grayscale: #464646. Windows color (decimal): -13413573 or 3887923. OLE color: 3887923.

HSL color Cylindrical-coordinate representation of color #33533B: hue angle of 135º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33533B is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB518359-
CMYK0.3900.290.67
HSL135º23.88%26.27%-
HSV(B)135º38.55%32.55%-
XYZ5.257.215.25-
YUV70.7121.4113.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=26.42%
G=43.01%
B=30.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183590.3900.290.6713523.8826.27
Hex33533B2701D4387181a
Octal6312373470351032073032
Binary11001110100111110111001110111011000011100001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33533B; }

 p { color: rgb(51,83,59); }

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

<style>
 a { background-color: #33533B; }

 a { background-color: rgb(51,83,59); }

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

<style>
 span { border-color: #33533B; }

 span { border-color: rgb(51,83,59); }

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