#335941

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

Shades of Goblin #335941

Tints of Goblin #335941

Color information

#335941 (or 0x335941) is unknown color: approx Goblin. HEX triplet: 33, 59 and 41. RGB value is (51,89,65). Sum of RGB (Red+Green+Blue) = 51+89+65=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #335941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335941 is #CCA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13412031 or 4282675. OLE color: 4282675.

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

Color convert

RGB518965-
CMYK0.4300.270.65
HSL142.11º27.14%27.45%-
HSV(B)142.11º42.7%34.9%-
XYZ5.898.236.28-
YUV74.9122.41110.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=24.88%
G=43.41%
B=31.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189650.4300.270.65142.1127.1427.45
Hex3359412B01B418e1b1b
Octal63131101530331012163333
Binary110011101100110000011010110110111000001100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335941; }

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

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

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

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

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

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

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

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