#344A1C

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

Shades of Seaweed #344A1C

Tints of Seaweed #344A1C

Color information

#344A1C (or 0x344A1C) is unknown color: approx Seaweed. HEX triplet: 34, 4A and 1C. RGB value is (52,74,28). Sum of RGB (Red+Green+Blue) = 52+74+28=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #344A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A1C is #CBB5E3. Grayscale: #3E3E3E. Windows color (decimal): -13350372 or 1854004. OLE color: 1854004.

HSL color Cylindrical-coordinate representation of color #344A1C: hue angle of 88.7º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344A1C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB527428-
CMYK0.3000.620.71
HSL88.7º45.1%20%-
HSV(B)88.7º62.16%29.02%-
XYZ4.075.711.99-
YUV62.18108.71120.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 74 (29.30% from 255) = 48.05%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=33.77%
G=48.05%
B=18.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5274280.3000.620.7188.745.120
Hex344A1C1E03E47592d14
Octal6411234360761071315524
Binary1101001001010111001111001111101000111101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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