#33533E

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

Shades of Goblin #33533E

Tints of Goblin #33533E

Color information

#33533E (or 0x33533E) is unknown color: approx Goblin. HEX triplet: 33, 53 and 3E. RGB value is (51,83,62). Sum of RGB (Red+Green+Blue) = 51+83+62=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #33533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533E is #CCACC1. Grayscale: #474747. Windows color (decimal): -13413570 or 4084531. OLE color: 4084531.

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

Color convert

RGB518362-
CMYK0.3900.250.67
HSL140.62º23.88%26.27%-
HSV(B)140.62º38.55%32.55%-
XYZ5.337.245.67-
YUV71.04122.9113.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=26.02%
G=42.35%
B=31.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183620.3900.250.67140.6223.8826.27
Hex33533E27019438d181a
Octal6312376470311032153032
Binary11001110100111111101001110110011000011100011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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