#355941

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

Shades of Goblin #355941

Tints of Goblin #355941

Color information

#355941 (or 0x355941) is unknown color: approx Goblin. HEX triplet: 35, 59 and 41. RGB value is (53,89,65). Sum of RGB (Red+Green+Blue) = 53+89+65=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #355941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355941 is #CAA6BE. Grayscale: #4B4B4B. Windows color (decimal): -13280959 or 4282677. OLE color: 4282677.

HSL color Cylindrical-coordinate representation of color #355941: hue angle of 140º 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 #355941 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB538965-
CMYK0.4000.270.65
HSL140º25.35%27.84%-
HSV(B)140º40.45%34.9%-
XYZ5.998.286.28-
YUV75.5122.07111.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=25.60%
G=43.00%
B=31.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389650.4000.270.6514025.3527.84
Hex3559412801B418c191c
Octal65131101500331012143134
Binary110101101100110000011010000110111000001100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355941; }

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

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

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

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

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

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

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

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