#33513F

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

Shades of Goblin #33513F

Tints of Goblin #33513F

Color information

#33513F (or 0x33513F) is unknown color: approx Goblin. HEX triplet: 33, 51 and 3F. RGB value is (51,81,63). Sum of RGB (Red+Green+Blue) = 51+81+63=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #33513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33513F is #CCAEC0. Grayscale: #464646. Windows color (decimal): -13414081 or 4149555. OLE color: 4149555.

HSL color Cylindrical-coordinate representation of color #33513F: hue angle of 144º 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 #33513F is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB518163-
CMYK0.3700.220.68
HSL144º22.73%25.88%-
HSV(B)144º37.04%31.76%-
XYZ5.26.955.77-
YUV69.98124.06114.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 63 (25% from 255) = 32.31%
R=26.15%
G=41.54%
B=32.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181630.3700.220.6814422.7325.88
Hex33513F250164490171a
Octal6312177450261042202732
Binary11001110100011111111001010101101000100100100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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