Html Css Color HEX #3A4429 Seaweed

📋 copy color: '#3A4429'

red 58 ◦ green 68 ◦ blue 41

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

Shades of Seaweed #3A4429

Tints of Seaweed #3A4429

RGB

 RED value IS 58 (23.05% from 255) = 34.73%

 GREEN value IS 68 (26.95% from 255) = 40.72%

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

R = 34.73%
G = 40.72%
B = 24.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#3A4429 (or 0x3A4429) is known color: Seaweed. HEX triplet: 3A, 44 and 29. RGB value is (58,68,41). Sum of RGB (Red+Green+Blue) = 58+68+41=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4429 is #C5BBD6. Grayscale: #3E3E3E. Windows color (decimal): -12958679 or 2704442. OLE color: 2704442.

HSL color Cylindrical-coordinate representation of color #3A4429: hue angle of 82.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4429 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 68 41 -
CMYK 0.15 0 0.40 0.73
HSL 82.22º 0.25% 0.21% -
HSV(B) 82.22º 0.4% 0.27% -
XYZ 4.21 5.19 2.88 -
YUV 61.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 58 68 41 0.15 0 0.40 0.73 82.22 0.25 0.21
Hex 3A 44 29 F 0 28 49 52 19 15
Octal 72 104 51 17 0 50 111 122 31 25
Binary 111010 1000100 101001 1111 0 101000 1001001 1010010 11001 10101

Color Harmonies of #3A4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4429

Black with #3A4429

Text Example


Text Example

White with #3A4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4429; }

 p { color: rgb(58,68,41); }

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

background-color css

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

 a { background-color: rgb(58,68,41); }

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

border-color css

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

 span { border-color: rgb(58,68,41); }

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