Html Css Color HEX #344029 Seaweed

📋 copy color: '#344029'

red 52 ◦ green 64 ◦ blue 41

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

Shades of Seaweed #344029

Tints of Seaweed #344029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

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

R = 33.12%
G = 40.76%
B = 26.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#344029 (or 0x344029) is known color: Seaweed. HEX triplet: 34, 40 and 29. RGB value is (52,64,41). Sum of RGB (Red+Green+Blue) = 52+64+41=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #344029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344029 is #CBBFD6. Grayscale: #393939. Windows color (decimal): -13352919 or 2703412. OLE color: 2703412.

HSL color Cylindrical-coordinate representation of color #344029: hue angle of 91.3º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344029 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 41 -
CMYK 0.19 0 0.36 0.75
HSL 91.3º 0.22% 0.21% -
HSV(B) 91.3º 0.36% 0.25% -
XYZ 3.65 4.56 2.79 -
YUV 57.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 52 64 41 0.19 0 0.36 0.75 91.3 0.22 0.21
Hex 34 40 29 13 0 24 4B 5B 16 15
Octal 64 100 51 23 0 44 113 133 26 25
Binary 110100 1000000 101001 10011 0 100100 1001011 1011011 10110 10101

Color Harmonies of #344029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344029

Black with #344029

Text Example


Text Example

White with #344029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344029; }

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

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

background-color css

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

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

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

border-color css

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

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

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