#355743

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

Shades of Goblin #355743

Tints of Goblin #355743

Color information

#355743 (or 0x355743) is unknown color: approx Goblin. HEX triplet: 35, 57 and 43. RGB value is (53,87,67). Sum of RGB (Red+Green+Blue) = 53+87+67=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #355743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355743 is #CAA8BC. Grayscale: #4A4A4A. Windows color (decimal): -13281469 or 4413237. OLE color: 4413237.

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

Color convert

RGB538767-
CMYK0.3900.230.66
HSL144.71º24.29%27.45%-
HSV(B)144.71º39.08%34.12%-
XYZ5.897.986.54-
YUV74.55123.74112.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=25.60%
G=42.03%
B=32.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387670.3900.230.66144.7124.2927.45
Hex355743270174291181b
Octal65127103470271022213033
Binary110101101011110000111001110101111000010100100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355743; }

 p { color: rgb(53,87,67); }

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

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

 a { background-color: rgb(53,87,67); }

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

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

 span { border-color: rgb(53,87,67); }

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