#345040

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

Shades of Goblin #345040

Tints of Goblin #345040

Color information

#345040 (or 0x345040) is unknown color: approx Goblin. HEX triplet: 34, 50 and 40. RGB value is (52,80,64). Sum of RGB (Red+Green+Blue) = 52+80+64=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #345040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345040 is #CBAFBF. Grayscale: #454545. Windows color (decimal): -13348800 or 4214836. OLE color: 4214836.

HSL color Cylindrical-coordinate representation of color #345040: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345040 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB528064-
CMYK0.3500.200.69
HSL145.71º21.21%25.88%-
HSV(B)145.71º35%31.37%-
XYZ5.216.845.9-
YUV69.8124.72115.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=26.53%
G=40.82%
B=32.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280640.3500.200.69145.7121.2125.88
Hex345040230144592151a
Octal64120100430241052222532
Binary110100101000010000001000110101001000101100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345040; }

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

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

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

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

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

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

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

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