Html Css Color HEX #343D29 Seaweed

📋 copy color: '#343D29'

red 52 ◦ green 61 ◦ blue 41

#343D29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #343D29

Tints of Seaweed #343D29

RGB

 RED value IS 52 (20.7% from 255) = 33.77%

 GREEN value IS 61 (24.22% from 255) = 39.61%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 33.77%
G = 39.61%
B = 26.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#343D29 (or 0x343D29) is known color: Seaweed. HEX triplet: 34, 3D and 29. RGB value is (52,61,41). Sum of RGB (Red+Green+Blue) = 52+61+41=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #343D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D29 is #CBC2D6. Grayscale: #383838. Windows color (decimal): -13353687 or 2702644. OLE color: 2702644.

HSL color Cylindrical-coordinate representation of color #343D29: hue angle of 87º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343D29 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 61 41 -
CMYK 0.15 0 0.33 0.76
HSL 87º 0.2% 0.2% -
HSV(B) 87º 0.33% 0.24% -
XYZ 3.49 4.23 2.73 -
YUV 56.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 52 61 41 0.15 0 0.33 0.76 87 0.2 0.2
Hex 34 3D 29 F 0 21 4C 57 14 14
Octal 64 75 51 17 0 41 114 127 24 24
Binary 110100 111101 101001 1111 0 100001 1001100 1010111 10100 10100

Color Harmonies of #343D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D29

Black with #343D29

Text Example


Text Example

White with #343D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,61,41); }

 H1.HeaderClassName
 {
   color: #343D29;
 }
 .AnyTagClassName
 {
   color: #343D29;
 }
</style>

background-color css

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

 a { background-color: rgb(52,61,41); }

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

border-color css

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

 span { border-color: rgb(52,61,41); }

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