#345F41

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

Shades of Goblin #345F41

Tints of Goblin #345F41

Color information

#345F41 (or 0x345F41) is unknown color: approx Goblin. HEX triplet: 34, 5F and 41. RGB value is (52,95,65). Sum of RGB (Red+Green+Blue) = 52+95+65=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #345F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F41 is #CBA0BE. Grayscale: #4E4E4E. Windows color (decimal): -13344959 or 4284212. OLE color: 4284212.

HSL color Cylindrical-coordinate representation of color #345F41: hue angle of 138.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F41 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB529565-
CMYK0.4500.320.63
HSL138.14º29.25%28.82%-
HSV(B)138.14º45.26%37.25%-
XYZ6.469.36.45-
YUV78.72120.25108.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=24.53%
G=44.81%
B=30.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295650.4500.320.63138.1429.2528.82
Hex345F412D0203F8a1d1d
Octal6413710155040772123535
Binary110100101111110000011011010100000111111100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,65); }

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

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

 a { background-color: rgb(52,95,65); }

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

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

 span { border-color: rgb(52,95,65); }

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