Html Css Color HEX #384129 Seaweed

📋 copy color: '#384129'

red 56 ◦ green 65 ◦ blue 41

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

Shades of Seaweed #384129

Tints of Seaweed #384129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 34.57%
G = 40.12%
B = 25.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#384129 (or 0x384129) is known color: Seaweed. HEX triplet: 38, 41 and 29. RGB value is (56,65,41). Sum of RGB (Red+Green+Blue) = 56+65+41=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #384129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384129 is #C7BED6. Grayscale: #3B3B3B. Windows color (decimal): -13090519 or 2703672. OLE color: 2703672.

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

Color convert

RGB 56 65 41 -
CMYK 0.14 0 0.37 0.75
HSL 82.5º 0.23% 0.21% -
HSV(B) 82.5º 0.37% 0.25% -
XYZ 3.92 4.78 2.81 -
YUV 59.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 56 65 41 0.14 0 0.37 0.75 82.5 0.23 0.21
Hex 38 41 29 E 0 25 4B 52 17 15
Octal 70 101 51 16 0 45 113 122 27 25
Binary 111000 1000001 101001 1110 0 100101 1001011 1010010 10111 10101

Color Harmonies of #384129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384129

Black with #384129

Text Example


Text Example

White with #384129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384129; }

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

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

background-color css

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

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

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

border-color css

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

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

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