Html Css Color HEX #343F29 Seaweed

📋 copy color: '#343F29'

red 52 ◦ green 63 ◦ blue 41

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

Shades of Seaweed #343F29

Tints of Seaweed #343F29

RGB

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

 GREEN value IS 63 (25% from 255) = 40.38%

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

R = 33.33%
G = 40.38%
B = 26.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#343F29 (or 0x343F29) is known color: Seaweed. HEX triplet: 34, 3F and 29. RGB value is (52,63,41). Sum of RGB (Red+Green+Blue) = 52+63+41=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #343F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F29 is #CBC0D6. Grayscale: #393939. Windows color (decimal): -13353175 or 2703156. OLE color: 2703156.

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

Color convert

RGB 52 63 41 -
CMYK 0.17 0 0.35 0.75
HSL 90º 0.21% 0.2% -
HSV(B) 90º 0.35% 0.25% -
XYZ 3.59 4.45 2.77 -
YUV 57.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 52 63 41 0.17 0 0.35 0.75 90 0.21 0.2
Hex 34 3F 29 11 0 23 4B 5A 15 14
Octal 64 77 51 21 0 43 113 132 25 24
Binary 110100 111111 101001 10001 0 100011 1001011 1011010 10101 10100

Color Harmonies of #343F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F29

Black with #343F29

Text Example


Text Example

White with #343F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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