#35543F

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

Shades of Goblin #35543F

Tints of Goblin #35543F

Color information

#35543F (or 0x35543F) is unknown color: approx Goblin. HEX triplet: 35, 54 and 3F. RGB value is (53,84,63). Sum of RGB (Red+Green+Blue) = 53+84+63=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #35543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543F is #CAABC0. Grayscale: #484848. Windows color (decimal): -13282241 or 4150325. OLE color: 4150325.

HSL color Cylindrical-coordinate representation of color #35543F: hue angle of 139.35º 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 #35543F is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB538463-
CMYK0.3700.250.67
HSL139.35º22.63%26.86%-
HSV(B)139.35º36.9%32.94%-
XYZ5.547.465.85-
YUV72.34122.73114.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 63 (25% from 255) = 31.5%
R=26.5%
G=42%
B=31.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384630.3700.250.67139.3522.6326.86
Hex35543F25019438b171b
Octal6512477450311032132733
Binary11010110101001111111001010110011000011100010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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