#33533D

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

Shades of Goblin #33533D

Tints of Goblin #33533D

Color information

#33533D (or 0x33533D) is unknown color: approx Goblin. HEX triplet: 33, 53 and 3D. RGB value is (51,83,61). Sum of RGB (Red+Green+Blue) = 51+83+61=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #33533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533D is #CCACC2. Grayscale: #464646. Windows color (decimal): -13413571 or 4018995. OLE color: 4018995.

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

Color convert

RGB518361-
CMYK0.3900.270.67
HSL138.75º23.88%26.27%-
HSV(B)138.75º38.55%32.55%-
XYZ5.37.235.53-
YUV70.92122.4113.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=26.15%
G=42.56%
B=31.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183610.3900.270.67138.7523.8826.27
Hex33533D2701B438b181a
Octal6312375470331032133032
Binary11001110100111111011001110110111000011100010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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