Html Css Color HEX #384824 Seaweed

📋 copy color: '#384824'

red 56 ◦ green 72 ◦ blue 36

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

Shades of Seaweed #384824

Tints of Seaweed #384824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 34.15%
G = 43.9%
B = 21.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#384824 (or 0x384824) is known color: Seaweed. HEX triplet: 38, 48 and 24. RGB value is (56,72,36). Sum of RGB (Red+Green+Blue) = 56+72+36=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #384824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384824 is #C7B7DB. Grayscale: #3F3F3F. Windows color (decimal): -13088732 or 2377784. OLE color: 2377784.

HSL color Cylindrical-coordinate representation of color #384824: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384824 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 36 -
CMYK 0.22 0 0.5 0.72
HSL 86.67º 0.33% 0.21% -
HSV(B) 86.67º 0.5% 0.28% -
XYZ 4.27 5.6 2.53 -
YUV 63.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 56 72 36 0.22 0 0.5 0.72 86.67 0.33 0.21
Hex 38 48 24 16 0 32 48 57 21 15
Octal 70 110 44 26 0 62 110 127 41 25
Binary 111000 1001000 100100 10110 0 110010 1001000 1010111 100001 10101

Color Harmonies of #384824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384824

Black with #384824

Text Example


Text Example

White with #384824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384824; }

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

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

background-color css

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

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

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

border-color css

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

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

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