#355841

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

Shades of Goblin #355841

Tints of Goblin #355841

Color information

#355841 (or 0x355841) is unknown color: approx Goblin. HEX triplet: 35, 58 and 41. RGB value is (53,88,65). Sum of RGB (Red+Green+Blue) = 53+88+65=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #355841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355841 is #CAA7BE. Grayscale: #4A4A4A. Windows color (decimal): -13281215 or 4282421. OLE color: 4282421.

HSL color Cylindrical-coordinate representation of color #355841: hue angle of 140.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355841 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB538865-
CMYK0.4000.260.65
HSL140.57º24.82%27.65%-
HSV(B)140.57º39.77%34.51%-
XYZ5.918.126.26-
YUV74.91122.4112.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=25.73%
G=42.72%
B=31.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388650.4000.260.65140.5724.8227.65
Hex3558412801A418d191c
Octal65130101500321012153134
Binary110101101100010000011010000110101000001100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355841; }

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

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

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

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

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

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

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

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