#355F41

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

Shades of Goblin #355F41

Tints of Goblin #355F41

Color information

#355F41 (or 0x355F41) is unknown color: approx Goblin. HEX triplet: 35, 5F and 41. RGB value is (53,95,65). Sum of RGB (Red+Green+Blue) = 53+95+65=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #355F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F41 is #CAA0BE. Grayscale: #4F4F4F. Windows color (decimal): -13279423 or 4284213. OLE color: 4284213.

HSL color Cylindrical-coordinate representation of color #355F41: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F41 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB539565-
CMYK0.4400.320.63
HSL137.14º28.38%29.02%-
HSV(B)137.14º44.21%37.25%-
XYZ6.519.326.46-
YUV79.02120.09109.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=24.88%
G=44.60%
B=30.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5395650.4400.320.63137.1428.3829.02
Hex355F412C0203F891c1d
Octal6513710154040772113435
Binary110101101111110000011011000100000111111100010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F41; }

 p { color: rgb(53,95,65); }

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

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

 a { background-color: rgb(53,95,65); }

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

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

 span { border-color: rgb(53,95,65); }

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