#345241

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

Shades of Goblin #345241

Tints of Goblin #345241

Color information

#345241 (or 0x345241) is unknown color: approx Goblin. HEX triplet: 34, 52 and 41. RGB value is (52,82,65). Sum of RGB (Red+Green+Blue) = 52+82+65=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #345241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345241 is #CBADBE. Grayscale: #474747. Windows color (decimal): -13348287 or 4280884. OLE color: 4280884.

HSL color Cylindrical-coordinate representation of color #345241: hue angle of 146º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345241 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB528265-
CMYK0.3700.210.68
HSL146º22.39%26.27%-
HSV(B)146º36.59%32.16%-
XYZ5.397.156.1-
YUV71.09124.56114.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=26.13%
G=41.21%
B=32.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282650.3700.210.6814622.3926.27
Hex345241250154492161a
Octal64122101450251042222632
Binary110100101001010000011001010101011000100100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345241; }

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

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

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

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

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

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

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

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