#345641

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

Shades of Goblin #345641

Tints of Goblin #345641

Color information

#345641 (or 0x345641) is unknown color: approx Goblin. HEX triplet: 34, 56 and 41. RGB value is (52,86,65). Sum of RGB (Red+Green+Blue) = 52+86+65=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #345641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345641 is #CBA9BE. Grayscale: #494949. Windows color (decimal): -13347263 or 4281908. OLE color: 4281908.

HSL color Cylindrical-coordinate representation of color #345641: hue angle of 142.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345641 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB528665-
CMYK0.4000.240.66
HSL142.94º24.64%27.06%-
HSV(B)142.94º39.53%33.73%-
XYZ5.77.776.2-
YUV73.44123.24112.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=25.62%
G=42.36%
B=32.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286650.4000.240.66142.9424.6427.06
Hex34564128018428f191b
Octal64126101500301022173133
Binary110100101011010000011010000110001000010100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345641; }

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

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

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

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

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

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

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

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