#335B3F

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

Shades of Goblin #335B3F

Tints of Goblin #335B3F

Color information

#335B3F (or 0x335B3F) is unknown color: approx Goblin. HEX triplet: 33, 5B and 3F. RGB value is (51,91,63). Sum of RGB (Red+Green+Blue) = 51+91+63=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #335B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B3F is #CCA4C0. Grayscale: #4B4B4B. Windows color (decimal): -13411521 or 4152115. OLE color: 4152115.

HSL color Cylindrical-coordinate representation of color #335B3F: hue angle of 138º 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 #335B3F is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB519163-
CMYK0.4400.310.64
HSL138º28.17%27.84%-
HSV(B)138º43.96%35.69%-
XYZ68.546.04-
YUV75.85120.75110.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 91 (35.94% from 255) = 44.39%
BLUE value IS 63 (25% from 255) = 30.73%
R=24.88%
G=44.39%
B=30.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191630.4400.310.6413828.1727.84
Hex335B3F2C01F408a1c1c
Octal6313377540371002123434
Binary11001110110111111111011000111111000000100010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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