#335B41

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

Shades of Goblin #335B41

Tints of Goblin #335B41

Color information

#335B41 (or 0x335B41) is unknown color: approx Goblin. HEX triplet: 33, 5B and 41. RGB value is (51,91,65). Sum of RGB (Red+Green+Blue) = 51+91+65=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #335B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B41 is #CCA4BE. Grayscale: #4C4C4C. Windows color (decimal): -13411519 or 4283187. OLE color: 4283187.

HSL color Cylindrical-coordinate representation of color #335B41: hue angle of 141º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B41 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB519165-
CMYK0.4400.290.64
HSL141º28.17%27.84%-
HSV(B)141º43.96%35.69%-
XYZ6.068.576.34-
YUV76.08121.75110.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=24.64%
G=43.96%
B=31.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191650.4400.290.6414128.1727.84
Hex335B412C01D408d1c1c
Octal63133101540351002153434
Binary110011101101110000011011000111011000000100011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B41; }

 p { color: rgb(51,91,65); }

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

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

 a { background-color: rgb(51,91,65); }

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

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

 span { border-color: rgb(51,91,65); }

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