#343F2A

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

Shades of Seaweed #343F2A

Tints of Seaweed #343F2A

Color information

#343F2A (or 0x343F2A) is unknown color: approx Seaweed. HEX triplet: 34, 3F and 2A. RGB value is (52,63,42). Sum of RGB (Red+Green+Blue) = 52+63+42=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2A is #CBC0D5. Grayscale: #393939. Windows color (decimal): -13353174 or 2768692. OLE color: 2768692.

HSL color Cylindrical-coordinate representation of color #343F2A: hue angle of 91.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343F2A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB526342-
CMYK0.1700.330.75
HSL91.43º20%20.59%-
HSV(B)91.43º33.33%24.71%-
XYZ3.614.452.86-
YUV57.32119.36124.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=33.12%
G=40.13%
B=26.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263420.1700.330.7591.432020.59
Hex343F2A110214B5b1415
Octal647752210411131332425
Binary110100111111101010100010100001100101110110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F2A; }

 p { color: rgb(52,63,42); }

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

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

 a { background-color: rgb(52,63,42); }

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

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

 span { border-color: rgb(52,63,42); }

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