#355642

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

Shades of Goblin #355642

Tints of Goblin #355642

Color information

#355642 (or 0x355642) is unknown color: approx Goblin. HEX triplet: 35, 56 and 42. RGB value is (53,86,66). Sum of RGB (Red+Green+Blue) = 53+86+66=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #355642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355642 is #CAA9BD. Grayscale: #494949. Windows color (decimal): -13281726 or 4347445. OLE color: 4347445.

HSL color Cylindrical-coordinate representation of color #355642: hue angle of 143.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355642 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB538666-
CMYK0.3800.230.66
HSL143.64º23.74%27.25%-
HSV(B)143.64º38.37%33.73%-
XYZ5.787.816.36-
YUV73.85123.57113.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=25.85%
G=41.95%
B=32.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386660.3800.230.66143.6423.7427.25
Hex355642260174290181b
Octal65126102460271022203033
Binary110101101011010000101001100101111000010100100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355642; }

 p { color: rgb(53,86,66); }

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

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

 a { background-color: rgb(53,86,66); }

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

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

 span { border-color: rgb(53,86,66); }

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