#35463C

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

Shades of Goblin #35463C

Tints of Goblin #35463C

Color information

#35463C (or 0x35463C) is unknown color: approx Goblin. HEX triplet: 35, 46 and 3C. RGB value is (53,70,60). Sum of RGB (Red+Green+Blue) = 53+70+60=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #35463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35463C is #CAB9C3. Grayscale: #3F3F3F. Windows color (decimal): -13285828 or 3950133. OLE color: 3950133.

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

Color convert

RGB537060-
CMYK0.2400.140.73
HSL144.71º13.82%24.12%-
HSV(B)144.71º24.29%27.45%-
XYZ4.475.465.09-
YUV63.78125.87120.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=28.96%
G=38.25%
B=32.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370600.2400.140.73144.7113.8224.12
Hex35463C180E4991e18
Octal6510674300161112211630
Binary11010110001101111001100001110100100110010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35463C; }

 p { color: rgb(53,70,60); }

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

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

 a { background-color: rgb(53,70,60); }

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

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

 span { border-color: rgb(53,70,60); }

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