#345540

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

Shades of Goblin #345540

Tints of Goblin #345540

Color information

#345540 (or 0x345540) is unknown color: approx Goblin. HEX triplet: 34, 55 and 40. RGB value is (52,85,64). Sum of RGB (Red+Green+Blue) = 52+85+64=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #345540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345540 is #CBAABF. Grayscale: #484848. Windows color (decimal): -13347520 or 4216116. OLE color: 4216116.

HSL color Cylindrical-coordinate representation of color #345540: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345540 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB528564-
CMYK0.3900.250.67
HSL141.82º24.09%26.86%-
HSV(B)141.82º38.82%33.33%-
XYZ5.597.66.02-
YUV72.74123.07113.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=25.87%
G=42.29%
B=31.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285640.3900.250.67141.8224.0926.86
Hex34554027019438e181b
Octal64125100470311032163033
Binary110100101010110000001001110110011000011100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345540; }

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

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

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

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

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

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

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

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