#33513C

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

Shades of Goblin #33513C

Tints of Goblin #33513C

Color information

#33513C (or 0x33513C) is unknown color: approx Goblin. HEX triplet: 33, 51 and 3C. RGB value is (51,81,60). Sum of RGB (Red+Green+Blue) = 51+81+60=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #33513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33513C is #CCAEC3. Grayscale: #454545. Windows color (decimal): -13414084 or 3952947. OLE color: 3952947.

HSL color Cylindrical-coordinate representation of color #33513C: hue angle of 138º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33513C is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB518160-
CMYK0.3700.260.68
HSL138º22.73%25.88%-
HSV(B)138º37.04%31.76%-
XYZ5.126.915.34-
YUV69.64122.56114.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=26.56%
G=42.19%
B=31.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181600.3700.260.6813822.7325.88
Hex33513C2501A448a171a
Octal6312174450321042122732
Binary11001110100011111001001010110101000100100010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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