#35513B

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

Shades of Goblin #35513B

Tints of Goblin #35513B

Color information

#35513B (or 0x35513B) is unknown color: approx Goblin. HEX triplet: 35, 51 and 3B. RGB value is (53,81,59). Sum of RGB (Red+Green+Blue) = 53+81+59=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #35513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513B is #CAAEC4. Grayscale: #464646. Windows color (decimal): -13283013 or 3887413. OLE color: 3887413.

HSL color Cylindrical-coordinate representation of color #35513B: hue angle of 132.86º 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 #35513B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB538159-
CMYK0.3500.270.68
HSL132.86º20.9%26.27%-
HSV(B)132.86º34.57%31.76%-
XYZ5.26.965.21-
YUV70.12121.72115.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=27.46%
G=41.97%
B=30.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381590.3500.270.68132.8620.926.27
Hex35513B2301B4485151a
Octal6512173430331042052532
Binary11010110100011110111000110110111000100100001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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