#346142

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

Shades of Goblin #346142

Tints of Goblin #346142

Color information

#346142 (or 0x346142) is unknown color: approx Goblin. HEX triplet: 34, 61 and 42. RGB value is (52,97,66). Sum of RGB (Red+Green+Blue) = 52+97+66=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #346142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346142 is #CB9EBD. Grayscale: #505050. Windows color (decimal): -13344446 or 4350260. OLE color: 4350260.

HSL color Cylindrical-coordinate representation of color #346142: hue angle of 138.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346142 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB529766-
CMYK0.4600.320.62
HSL138.67º30.2%29.22%-
HSV(B)138.67º46.39%38.04%-
XYZ6.679.676.67-
YUV80.01120.09108.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=24.19%
G=45.12%
B=30.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297660.4600.320.62138.6730.229.22
Hex3461422E0203E8b1e1d
Octal6414110256040762133635
Binary110100110000110000101011100100000111110100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346142; }

 p { color: rgb(52,97,66); }

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

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

 a { background-color: rgb(52,97,66); }

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

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

 span { border-color: rgb(52,97,66); }

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