#344E3A

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

Shades of Goblin #344E3A

Tints of Goblin #344E3A

Color information

#344E3A (or 0x344E3A) is unknown color: approx Goblin. HEX triplet: 34, 4E and 3A. RGB value is (52,78,58). Sum of RGB (Red+Green+Blue) = 52+78+58=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #344E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E3A is #CBB1C5. Grayscale: #444444. Windows color (decimal): -13349318 or 3821108. OLE color: 3821108.

HSL color Cylindrical-coordinate representation of color #344E3A: hue angle of 133.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E3A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB527858-
CMYK0.3300.260.69
HSL133.85º20%25.49%-
HSV(B)133.85º33.33%30.59%-
XYZ4.96.485-
YUV67.95122.39116.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=27.66%
G=41.49%
B=30.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278580.3300.260.69133.852025.49
Hex344E3A2101A45861419
Octal6411672410321052062431
Binary11010010011101110101000010110101000101100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344E3A; }

 p { color: rgb(52,78,58); }

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

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

 a { background-color: rgb(52,78,58); }

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

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

 span { border-color: rgb(52,78,58); }

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