#33533C

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

Shades of Goblin #33533C

Tints of Goblin #33533C

Color information

#33533C (or 0x33533C) is unknown color: approx Goblin. HEX triplet: 33, 53 and 3C. RGB value is (51,83,60). Sum of RGB (Red+Green+Blue) = 51+83+60=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #33533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533C is #CCACC3. Grayscale: #464646. Windows color (decimal): -13413572 or 3953459. OLE color: 3953459.

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

Color convert

RGB518360-
CMYK0.3900.280.67
HSL136.88º23.88%26.27%-
HSV(B)136.88º38.55%32.55%-
XYZ5.277.225.39-
YUV70.81121.9113.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=26.29%
G=42.78%
B=30.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183600.3900.280.67136.8823.8826.27
Hex33533C2701C4389181a
Octal6312374470341032113032
Binary11001110100111111001001110111001000011100010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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