#35503E

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

Shades of Goblin #35503E

Tints of Goblin #35503E

Color information

#35503E (or 0x35503E) is unknown color: approx Goblin. HEX triplet: 35, 50 and 3E. RGB value is (53,80,62). Sum of RGB (Red+Green+Blue) = 53+80+62=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #35503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503E is #CAAFC1. Grayscale: #454545. Windows color (decimal): -13283266 or 4083765. OLE color: 4083765.

HSL color Cylindrical-coordinate representation of color #35503E: hue angle of 140º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35503E is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB538062-
CMYK0.3400.220.69
HSL140º20.3%26.08%-
HSV(B)140º33.75%31.37%-
XYZ5.216.845.6-
YUV69.88123.55115.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=27.18%
G=41.03%
B=31.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380620.3400.220.6914020.326.08
Hex35503E22016458c141a
Octal6512076420261052142432
Binary11010110100001111101000100101101000101100011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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