#344E20

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

Shades of Seaweed #344E20

Tints of Seaweed #344E20

Color information

#344E20 (or 0x344E20) is unknown color: approx Seaweed. HEX triplet: 34, 4E and 20. RGB value is (52,78,32). Sum of RGB (Red+Green+Blue) = 52+78+32=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #344E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E20 is #CBB1DF. Grayscale: #414141. Windows color (decimal): -13349344 or 2117172. OLE color: 2117172.

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

Color convert

RGB527832-
CMYK0.3300.590.69
HSL93.91º41.82%21.57%-
HSV(B)93.91º58.97%30.59%-
XYZ4.46.282.35-
YUV64.98109.39118.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 78 (30.86% from 255) = 48.15%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=32.10%
G=48.15%
B=19.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278320.3300.590.6993.9141.8221.57
Hex344E202103B455e2a16
Octal6411640410731051365226
Binary110100100111010000010000101110111000101101111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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