#343B2B

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

Shades of Seaweed #343B2B

Tints of Seaweed #343B2B

Color information

#343B2B (or 0x343B2B) is unknown color: approx Seaweed. HEX triplet: 34, 3B and 2B. RGB value is (52,59,43). Sum of RGB (Red+Green+Blue) = 52+59+43=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #343B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B2B is #CBC4D4. Grayscale: #373737. Windows color (decimal): -13354197 or 2833204. OLE color: 2833204.

HSL color Cylindrical-coordinate representation of color #343B2B: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343B2B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB525943-
CMYK0.1200.270.77
HSL86.25º15.69%20%-
HSV(B)86.25º27.12%23.14%-
XYZ3.424.032.88-
YUV55.08121.18125.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=33.77%
G=38.31%
B=27.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259430.1200.270.7786.2515.6920
Hex343B2BC01B4D561014
Octal647353140331151262024
Binary1101001110111010111100011011100110110101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,43); }

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

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

 a { background-color: rgb(52,59,43); }

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

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

 span { border-color: rgb(52,59,43); }

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