#35573E

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

Shades of Goblin #35573E

Tints of Goblin #35573E

Color information

#35573E (or 0x35573E) is unknown color: approx Goblin. HEX triplet: 35, 57 and 3E. RGB value is (53,87,62). Sum of RGB (Red+Green+Blue) = 53+87+62=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #35573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35573E is #CAA8C1. Grayscale: #4A4A4A. Windows color (decimal): -13281474 or 4085557. OLE color: 4085557.

HSL color Cylindrical-coordinate representation of color #35573E: hue angle of 135.88º 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 #35573E is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB538762-
CMYK0.3900.290.66
HSL135.88º24.29%27.45%-
HSV(B)135.88º39.08%34.12%-
XYZ5.757.925.78-
YUV73.98121.24113.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=26.24%
G=43.07%
B=30.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387620.3900.290.66135.8824.2927.45
Hex35573E2701D4288181b
Octal6512776470351022103033
Binary11010110101111111101001110111011000010100010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35573E; }

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

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

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

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

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

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

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

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