#345A41

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

Shades of Goblin #345A41

Tints of Goblin #345A41

Color information

#345A41 (or 0x345A41) is unknown color: approx Goblin. HEX triplet: 34, 5A and 41. RGB value is (52,90,65). Sum of RGB (Red+Green+Blue) = 52+90+65=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #345A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A41 is #CBA5BE. Grayscale: #4B4B4B. Windows color (decimal): -13346239 or 4282932. OLE color: 4282932.

HSL color Cylindrical-coordinate representation of color #345A41: hue angle of 140.53º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A41 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB529065-
CMYK0.4200.280.65
HSL140.53º26.76%27.84%-
HSV(B)140.53º42.22%35.29%-
XYZ6.038.426.31-
YUV75.79121.91111.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=25.12%
G=43.48%
B=31.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290650.4200.280.65140.5326.7627.84
Hex345A412A01C418d1b1c
Octal64132101520341012153334
Binary110100101101010000011010100111001000001100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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