#355D41

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

Shades of Goblin #355D41

Tints of Goblin #355D41

Color information

#355D41 (or 0x355D41) is unknown color: approx Goblin. HEX triplet: 35, 5D and 41. RGB value is (53,93,65). Sum of RGB (Red+Green+Blue) = 53+93+65=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #355D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D41 is #CAA2BE. Grayscale: #4D4D4D. Windows color (decimal): -13279935 or 4283701. OLE color: 4283701.

HSL color Cylindrical-coordinate representation of color #355D41: hue angle of 138º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D41 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB539365-
CMYK0.4300.300.64
HSL138º27.4%28.63%-
HSV(B)138º43.01%36.47%-
XYZ6.348.976.4-
YUV77.85120.75110.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=25.12%
G=44.08%
B=30.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393650.4300.300.6413827.428.63
Hex355D412B01E408a1b1d
Octal65135101530361002123335
Binary110101101110110000011010110111101000000100010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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