#355842

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

Shades of Goblin #355842

Tints of Goblin #355842

Color information

#355842 (or 0x355842) is unknown color: approx Goblin. HEX triplet: 35, 58 and 42. RGB value is (53,88,66). Sum of RGB (Red+Green+Blue) = 53+88+66=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #355842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355842 is #CAA7BD. Grayscale: #4B4B4B. Windows color (decimal): -13281214 or 4347957. OLE color: 4347957.

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

Color convert

RGB538866-
CMYK0.4000.250.65
HSL142.29º24.82%27.65%-
HSV(B)142.29º39.77%34.51%-
XYZ5.948.136.41-
YUV75.03122.9112.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=25.60%
G=42.51%
B=31.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388660.4000.250.65142.2924.8227.65
Hex35584228019418e191c
Octal65130102500311012163134
Binary110101101100010000101010000110011000001100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355842; }

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

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

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

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

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

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

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

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