#344D1C

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

Shades of Seaweed #344D1C

Tints of Seaweed #344D1C

Color information

#344D1C (or 0x344D1C) is unknown color: approx Seaweed. HEX triplet: 34, 4D and 1C. RGB value is (52,77,28). Sum of RGB (Red+Green+Blue) = 52+77+28=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #344D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D1C is #CBB2E3. Grayscale: #404040. Windows color (decimal): -13349604 or 1854772. OLE color: 1854772.

HSL color Cylindrical-coordinate representation of color #344D1C: hue angle of 90.61º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344D1C is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB527728-
CMYK0.3200.640.70
HSL90.61º46.67%20.59%-
HSV(B)90.61º63.64%30.2%-
XYZ4.286.122.05-
YUV63.94107.72119.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=33.12%
G=49.04%
B=17.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277280.3200.640.7090.6146.6720.59
Hex344D1C20040465b2f15
Octal64115344001001061335725
Binary110100100110111100100000010000001000110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,28); }

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

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

 a { background-color: rgb(52,77,28); }

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

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

 span { border-color: rgb(52,77,28); }

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