#345139

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

Shades of Goblin #345139

Tints of Goblin #345139

Color information

#345139 (or 0x345139) is unknown color: approx Goblin. HEX triplet: 34, 51 and 39. RGB value is (52,81,57). Sum of RGB (Red+Green+Blue) = 52+81+57=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #345139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345139 is #CBAEC6. Grayscale: #454545. Windows color (decimal): -13348551 or 3756340. OLE color: 3756340.

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

Color convert

RGB528157-
CMYK0.3600.300.68
HSL130.34º21.8%26.08%-
HSV(B)130.34º35.8%31.76%-
XYZ5.16.914.94-
YUV69.59120.89115.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 57 (22.66% from 255) = 30%
R=27.37%
G=42.63%
B=30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281570.3600.300.68130.3421.826.08
Hex3451392401E4482161a
Octal6412171440361042022632
Binary11010010100011110011001000111101000100100000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345139; }

 p { color: rgb(52,81,57); }

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

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

 a { background-color: rgb(52,81,57); }

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

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

 span { border-color: rgb(52,81,57); }

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