Html Css Color HEX #384329 Seaweed

📋 copy color: '#384329'

red 56 ◦ green 67 ◦ blue 41

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

Shades of Seaweed #384329

Tints of Seaweed #384329

RGB

 RED value IS 56 (22.27% from 255) = 34.15%

 GREEN value IS 67 (26.56% from 255) = 40.85%

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

R = 34.15%
G = 40.85%
B = 25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#384329 (or 0x384329) is known color: Seaweed. HEX triplet: 38, 43 and 29. RGB value is (56,67,41). Sum of RGB (Red+Green+Blue) = 56+67+41=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #384329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384329 is #C7BCD6. Grayscale: #3C3C3C. Windows color (decimal): -13090007 or 2704184. OLE color: 2704184.

HSL color Cylindrical-coordinate representation of color #384329: hue angle of 85.38º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384329 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 41 -
CMYK 0.16 0 0.39 0.74
HSL 85.38º 0.24% 0.21% -
HSV(B) 85.38º 0.39% 0.26% -
XYZ 4.04 5.02 2.85 -
YUV 60.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 56 67 41 0.16 0 0.39 0.74 85.38 0.24 0.21
Hex 38 43 29 10 0 27 4A 55 18 15
Octal 70 103 51 20 0 47 112 125 30 25
Binary 111000 1000011 101001 10000 0 100111 1001010 1010101 11000 10101

Color Harmonies of #384329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384329

Black with #384329

Text Example


Text Example

White with #384329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384329; }

 p { color: rgb(56,67,41); }

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

background-color css

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

 a { background-color: rgb(56,67,41); }

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

border-color css

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

 span { border-color: rgb(56,67,41); }

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