#335040

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

Shades of Goblin #335040

Tints of Goblin #335040

Color information

#335040 (or 0x335040) is unknown color: approx Goblin. HEX triplet: 33, 50 and 40. RGB value is (51,80,64). Sum of RGB (Red+Green+Blue) = 51+80+64=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #335040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335040 is #CCAFBF. Grayscale: #454545. Windows color (decimal): -13414336 or 4214835. OLE color: 4214835.

HSL color Cylindrical-coordinate representation of color #335040: hue angle of 146.9º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335040 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB518064-
CMYK0.3600.200.69
HSL146.9º22.14%25.69%-
HSV(B)146.9º36.25%31.37%-
XYZ5.166.815.89-
YUV69.5124.89114.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=26.15%
G=41.03%
B=32.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180640.3600.200.69146.922.1425.69
Hex335040240144593161a
Octal63120100440241052232632
Binary110011101000010000001001000101001000101100100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335040; }

 p { color: rgb(51,80,64); }

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

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

 a { background-color: rgb(51,80,64); }

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

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

 span { border-color: rgb(51,80,64); }

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