#35573D

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

Shades of Goblin #35573D

Tints of Goblin #35573D

Color information

#35573D (or 0x35573D) is unknown color: approx Goblin. HEX triplet: 35, 57 and 3D. RGB value is (53,87,61). Sum of RGB (Red+Green+Blue) = 53+87+61=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #35573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35573D is #CAA8C2. Grayscale: #494949. Windows color (decimal): -13281475 or 4020021. OLE color: 4020021.

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

Color convert

RGB538761-
CMYK0.3900.300.66
HSL134.12º24.29%27.45%-
HSV(B)134.12º39.08%34.12%-
XYZ5.727.915.64-
YUV73.87120.74113.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=26.37%
G=43.28%
B=30.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387610.3900.300.66134.1224.2927.45
Hex35573D2701E4286181b
Octal6512775470361022063033
Binary11010110101111111011001110111101000010100001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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