#33533A

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

Shades of Goblin #33533A

Tints of Goblin #33533A

Color information

#33533A (or 0x33533A) is unknown color: approx Goblin. HEX triplet: 33, 53 and 3A. RGB value is (51,83,58). Sum of RGB (Red+Green+Blue) = 51+83+58=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #33533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533A is #CCACC5. Grayscale: #464646. Windows color (decimal): -13413574 or 3822387. OLE color: 3822387.

HSL color Cylindrical-coordinate representation of color #33533A: hue angle of 133.12º 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 #33533A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB518358-
CMYK0.3900.300.67
HSL133.12º23.88%26.27%-
HSV(B)133.12º38.55%32.55%-
XYZ5.227.25.12-
YUV70.58120.9114.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=26.56%
G=43.23%
B=30.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183580.3900.300.67133.1223.8826.27
Hex33533A2701E4385181a
Octal6312372470361032053032
Binary11001110100111110101001110111101000011100001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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