Html Css Color HEX #384324 Seaweed

📋 copy color: '#384324'

red 56 ◦ green 67 ◦ blue 36

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

Shades of Seaweed #384324

Tints of Seaweed #384324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 35.22%
G = 42.14%
B = 22.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#384324 (or 0x384324) is known color: Seaweed. HEX triplet: 38, 43 and 24. RGB value is (56,67,36). Sum of RGB (Red+Green+Blue) = 56+67+36=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #384324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384324 is #C7BCDB. Grayscale: #3C3C3C. Windows color (decimal): -13090012 or 2376504. OLE color: 2376504.

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

Color convert

RGB 56 67 36 -
CMYK 0.16 0 0.46 0.74
HSL 81.29º 0.3% 0.2% -
HSV(B) 81.29º 0.46% 0.26% -
XYZ 3.96 4.98 2.42 -
YUV 60.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 56 67 36 0.16 0 0.46 0.74 81.29 0.3 0.2
Hex 38 43 24 10 0 2E 4A 51 1E 14
Octal 70 103 44 20 0 56 112 121 36 24
Binary 111000 1000011 100100 10000 0 101110 1001010 1010001 11110 10100

Color Harmonies of #384324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384324

Black with #384324

Text Example


Text Example

White with #384324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384324; }

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

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

background-color css

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

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

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

border-color css

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

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

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