Html Css Color HEX #384424 Seaweed

📋 copy color: '#384424'

red 56 ◦ green 68 ◦ blue 36

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

Shades of Seaweed #384424

Tints of Seaweed #384424

RGB

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

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

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

R = 35%
G = 42.5%
B = 22.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#384424 (or 0x384424) is known color: Seaweed. HEX triplet: 38, 44 and 24. RGB value is (56,68,36). Sum of RGB (Red+Green+Blue) = 56+68+36=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #384424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384424 is #C7BBDB. Grayscale: #3C3C3C. Windows color (decimal): -13089756 or 2376760. OLE color: 2376760.

HSL color Cylindrical-coordinate representation of color #384424: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384424 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 36 -
CMYK 0.18 0 0.47 0.73
HSL 82.5º 0.31% 0.2% -
HSV(B) 82.5º 0.47% 0.27% -
XYZ 4.02 5.1 2.44 -
YUV 60.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 56 68 36 0.18 0 0.47 0.73 82.5 0.31 0.2
Hex 38 44 24 12 0 2F 49 52 1F 14
Octal 70 104 44 22 0 57 111 122 37 24
Binary 111000 1000100 100100 10010 0 101111 1001001 1010010 11111 10100

Color Harmonies of #384424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384424

Black with #384424

Text Example


Text Example

White with #384424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384424; }

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

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

background-color css

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

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

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

border-color css

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

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

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