#34553F

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

Shades of Goblin #34553F

Tints of Goblin #34553F

Color information

#34553F (or 0x34553F) is unknown color: approx Goblin. HEX triplet: 34, 55 and 3F. RGB value is (52,85,63). Sum of RGB (Red+Green+Blue) = 52+85+63=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #34553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553F is #CBAAC0. Grayscale: #484848. Windows color (decimal): -13347521 or 4150580. OLE color: 4150580.

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

Color convert

RGB528563-
CMYK0.3900.260.67
HSL140º24.09%26.86%-
HSV(B)140º38.82%33.33%-
XYZ5.567.595.87-
YUV72.62122.57113.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=26%
G=42.5%
B=31.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285630.3900.260.6714024.0926.86
Hex34553F2701A438c181b
Octal6412577470321032143033
Binary11010010101011111111001110110101000011100011001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,85,63); }

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

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

 a { background-color: rgb(52,85,63); }

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

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

 span { border-color: rgb(52,85,63); }

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