Html Css Color HEX #384828 Seaweed

📋 copy color: '#384828'

red 56 ◦ green 72 ◦ blue 40

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

Shades of Seaweed #384828

Tints of Seaweed #384828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.81%

R = 33.33%
G = 42.86%
B = 23.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#384828 (or 0x384828) is known color: Seaweed. HEX triplet: 38, 48 and 28. RGB value is (56,72,40). Sum of RGB (Red+Green+Blue) = 56+72+40=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #384828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384828 is #C7B7D7. Grayscale: #3F3F3F. Windows color (decimal): -13088728 or 2639928. OLE color: 2639928.

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

Color convert

RGB 56 72 40 -
CMYK 0.22 0 0.44 0.72
HSL 90º 0.29% 0.22% -
HSV(B) 90º 0.44% 0.28% -
XYZ 4.33 5.63 2.87 -
YUV 63.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 56 72 40 0.22 0 0.44 0.72 90 0.29 0.22
Hex 38 48 28 16 0 2C 48 5A 1D 16
Octal 70 110 50 26 0 54 110 132 35 26
Binary 111000 1001000 101000 10110 0 101100 1001000 1011010 11101 10110

Color Harmonies of #384828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384828

Black with #384828

Text Example


Text Example

White with #384828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384828; }

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

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

background-color css

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

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

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

border-color css

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

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

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