#35543E

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

Shades of Goblin #35543E

Tints of Goblin #35543E

Color information

#35543E (or 0x35543E) is unknown color: approx Goblin. HEX triplet: 35, 54 and 3E. RGB value is (53,84,62). Sum of RGB (Red+Green+Blue) = 53+84+62=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #35543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543E is #CAABC1. Grayscale: #484848. Windows color (decimal): -13282242 or 4084789. OLE color: 4084789.

HSL color Cylindrical-coordinate representation of color #35543E: hue angle of 137.42º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35543E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB538462-
CMYK0.3700.260.67
HSL137.42º22.63%26.86%-
HSV(B)137.42º36.9%32.94%-
XYZ5.517.455.7-
YUV72.22122.23114.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=26.63%
G=42.21%
B=31.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384620.3700.260.67137.4222.6326.86
Hex35543E2501A4389171b
Octal6512476450321032112733
Binary11010110101001111101001010110101000011100010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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