#345D43

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

Shades of Goblin #345D43

Tints of Goblin #345D43

Color information

#345D43 (or 0x345D43) is unknown color: approx Goblin. HEX triplet: 34, 5D and 43. RGB value is (52,93,67). Sum of RGB (Red+Green+Blue) = 52+93+67=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #345D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D43 is #CBA2BC. Grayscale: #4D4D4D. Windows color (decimal): -13345469 or 4414772. OLE color: 4414772.

HSL color Cylindrical-coordinate representation of color #345D43: hue angle of 141.95º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D43 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB529367-
CMYK0.4400.280.64
HSL141.95º28.28%28.43%-
HSV(B)141.95º44.09%36.47%-
XYZ6.348.966.71-
YUV77.78121.92109.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=24.53%
G=43.87%
B=31.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293670.4400.280.64141.9528.2828.43
Hex345D432C01C408e1c1c
Octal64135103540341002163434
Binary110100101110110000111011000111001000000100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345D43; }

 p { color: rgb(52,93,67); }

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

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

 a { background-color: rgb(52,93,67); }

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

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

 span { border-color: rgb(52,93,67); }

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