#335B43

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

Shades of Goblin #335B43

Tints of Goblin #335B43

Color information

#335B43 (or 0x335B43) is unknown color: approx Goblin. HEX triplet: 33, 5B and 43. RGB value is (51,91,67). Sum of RGB (Red+Green+Blue) = 51+91+67=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #335B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B43 is #CCA4BC. Grayscale: #4C4C4C. Windows color (decimal): -13411517 or 4414259. OLE color: 4414259.

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

Color convert

RGB519167-
CMYK0.4400.260.64
HSL144º28.17%27.84%-
HSV(B)144º43.96%35.69%-
XYZ6.128.596.65-
YUV76.3122.75109.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=24.40%
G=43.54%
B=32.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191670.4400.260.6414428.1727.84
Hex335B432C01A40901c1c
Octal63133103540321002203434
Binary110011101101110000111011000110101000000100100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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