#345740

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

Shades of Goblin #345740

Tints of Goblin #345740

Color information

#345740 (or 0x345740) is unknown color: approx Goblin. HEX triplet: 34, 57 and 40. RGB value is (52,87,64). Sum of RGB (Red+Green+Blue) = 52+87+64=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #345740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345740 is #CBA8BF. Grayscale: #494949. Windows color (decimal): -13347008 or 4216628. OLE color: 4216628.

HSL color Cylindrical-coordinate representation of color #345740: hue angle of 140.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345740 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB528764-
CMYK0.4000.260.66
HSL140.57º25.18%27.25%-
HSV(B)140.57º40.23%34.12%-
XYZ5.757.926.08-
YUV73.91122.4112.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=25.62%
G=42.86%
B=31.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287640.4000.260.66140.5725.1827.25
Hex3457402801A428d191b
Octal64127100500321022153133
Binary110100101011110000001010000110101000010100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345740; }

 p { color: rgb(52,87,64); }

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

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

 a { background-color: rgb(52,87,64); }

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

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

 span { border-color: rgb(52,87,64); }

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