#345240

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

Shades of Goblin #345240

Tints of Goblin #345240

Color information

#345240 (or 0x345240) is unknown color: approx Goblin. HEX triplet: 34, 52 and 40. RGB value is (52,82,64). Sum of RGB (Red+Green+Blue) = 52+82+64=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #345240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345240 is #CBADBF. Grayscale: #474747. Windows color (decimal): -13348288 or 4215348. OLE color: 4215348.

HSL color Cylindrical-coordinate representation of color #345240: hue angle of 144º 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 #345240 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB528264-
CMYK0.3700.220.68
HSL144º22.39%26.27%-
HSV(B)144º36.59%32.16%-
XYZ5.367.135.95-
YUV70.98124.06114.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=26.26%
G=41.41%
B=32.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282640.3700.220.6814422.3926.27
Hex345240250164490161a
Octal64122100450261042202632
Binary110100101001010000001001010101101000100100100001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345240; }

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

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

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

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

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

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

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

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