#35483D

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

Shades of Goblin #35483D

Tints of Goblin #35483D

Color information

#35483D (or 0x35483D) is unknown color: approx Goblin. HEX triplet: 35, 48 and 3D. RGB value is (53,72,61). Sum of RGB (Red+Green+Blue) = 53+72+61=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #35483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483D is #CAB7C2. Grayscale: #414141. Windows color (decimal): -13285315 or 4016181. OLE color: 4016181.

HSL color Cylindrical-coordinate representation of color #35483D: hue angle of 145.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483D is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB537261-
CMYK0.2600.150.72
HSL145.26º15.2%24.51%-
HSV(B)145.26º26.39%28.24%-
XYZ4.635.735.28-
YUV65.06125.71119.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=28.49%
G=38.71%
B=32.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372610.2600.150.72145.2615.224.51
Hex35483D1A0F4891f19
Octal6511075320171102211731
Binary11010110010001111011101001111100100010010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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