#35513A

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

Shades of Goblin #35513A

Tints of Goblin #35513A

Color information

#35513A (or 0x35513A) is unknown color: approx Goblin. HEX triplet: 35, 51 and 3A. RGB value is (53,81,58). Sum of RGB (Red+Green+Blue) = 53+81+58=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #35513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513A is #CAAEC5. Grayscale: #464646. Windows color (decimal): -13283014 or 3821877. OLE color: 3821877.

HSL color Cylindrical-coordinate representation of color #35513A: hue angle of 130.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35513A is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB538158-
CMYK0.3500.280.68
HSL130.71º20.9%26.27%-
HSV(B)130.71º34.57%31.76%-
XYZ5.176.955.07-
YUV70.01121.22115.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=27.60%
G=42.19%
B=30.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381580.3500.280.68130.7120.926.27
Hex35513A2301C4483151a
Octal6512172430341042032532
Binary11010110100011110101000110111001000100100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35513A; }

 p { color: rgb(53,81,58); }

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

<style>
 a { background-color: #35513A; }

 a { background-color: rgb(53,81,58); }

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

<style>
 span { border-color: #35513A; }

 span { border-color: rgb(53,81,58); }

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