Html Css Color HEX #384128 Seaweed

📋 copy color: '#384128'

red 56 ◦ green 65 ◦ blue 40

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

Shades of Seaweed #384128

Tints of Seaweed #384128

RGB

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

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

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

R = 34.78%
G = 40.37%
B = 24.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#384128 (or 0x384128) is known color: Seaweed. HEX triplet: 38, 41 and 28. RGB value is (56,65,40). Sum of RGB (Red+Green+Blue) = 56+65+40=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #384128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384128 is #C7BED7. Grayscale: #3B3B3B. Windows color (decimal): -13090520 or 2638136. OLE color: 2638136.

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

Color convert

RGB 56 65 40 -
CMYK 0.14 0 0.38 0.75
HSL 81.6º 0.24% 0.21% -
HSV(B) 81.6º 0.38% 0.25% -
XYZ 3.9 4.77 2.72 -
YUV 59.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 56 65 40 0.14 0 0.38 0.75 81.6 0.24 0.21
Hex 38 41 28 E 0 26 4B 52 18 15
Octal 70 101 50 16 0 46 113 122 30 25
Binary 111000 1000001 101000 1110 0 100110 1001011 1010010 11000 10101

Color Harmonies of #384128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384128

Black with #384128

Text Example


Text Example

White with #384128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384128; }

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

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

background-color css

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

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

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

border-color css

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

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

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