#335A41

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

Shades of Goblin #335A41

Tints of Goblin #335A41

Color information

#335A41 (or 0x335A41) is unknown color: approx Goblin. HEX triplet: 33, 5A and 41. RGB value is (51,90,65). Sum of RGB (Red+Green+Blue) = 51+90+65=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #335A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A41 is #CCA5BE. Grayscale: #4B4B4B. Windows color (decimal): -13411775 or 4282931. OLE color: 4282931.

HSL color Cylindrical-coordinate representation of color #335A41: hue angle of 141.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A41 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB519065-
CMYK0.4300.280.65
HSL141.54º27.66%27.65%-
HSV(B)141.54º43.33%35.29%-
XYZ5.988.46.31-
YUV75.49122.08110.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=24.76%
G=43.69%
B=31.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5190650.4300.280.65141.5427.6627.65
Hex335A412B01C418e1c1c
Octal63132101530341012163434
Binary110011101101010000011010110111001000001100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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