#34493C

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

Shades of Goblin #34493C

Tints of Goblin #34493C

Color information

#34493C (or 0x34493C) is unknown color: approx Goblin. HEX triplet: 34, 49 and 3C. RGB value is (52,73,60). Sum of RGB (Red+Green+Blue) = 52+73+60=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #34493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493C is #CBB6C3. Grayscale: #414141. Windows color (decimal): -13350596 or 3950900. OLE color: 3950900.

HSL color Cylindrical-coordinate representation of color #34493C: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34493C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB527360-
CMYK0.2900.180.71
HSL142.86º16.8%24.51%-
HSV(B)142.86º28.77%28.63%-
XYZ4.615.825.16-
YUV65.24125.04118.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=28.11%
G=39.46%
B=32.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273600.2900.180.71142.8616.824.51
Hex34493C1D012478f1119
Octal6411174350221072172131
Binary1101001001001111100111010100101000111100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34493C; }

 p { color: rgb(52,73,60); }

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

<style>
 a { background-color: #34493C; }

 a { background-color: rgb(52,73,60); }

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

<style>
 span { border-color: #34493C; }

 span { border-color: rgb(52,73,60); }

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