Html Css Color HEX #384428 Seaweed

📋 copy color: '#384428'

red 56 ◦ green 68 ◦ blue 40

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

Shades of Seaweed #384428

Tints of Seaweed #384428

RGB

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

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

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

R = 34.15%
G = 41.46%
B = 24.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#384428 (or 0x384428) is known color: Seaweed. HEX triplet: 38, 44 and 28. RGB value is (56,68,40). Sum of RGB (Red+Green+Blue) = 56+68+40=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #384428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384428 is #C7BBD7. Grayscale: #3D3D3D. Windows color (decimal): -13089752 or 2638904. OLE color: 2638904.

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

Color convert

RGB 56 68 40 -
CMYK 0.18 0 0.41 0.73
HSL 85.71º 0.26% 0.21% -
HSV(B) 85.71º 0.41% 0.27% -
XYZ 4.08 5.13 2.78 -
YUV 61.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 56 68 40 0.18 0 0.41 0.73 85.71 0.26 0.21
Hex 38 44 28 12 0 29 49 56 1A 15
Octal 70 104 50 22 0 51 111 126 32 25
Binary 111000 1000100 101000 10010 0 101001 1001001 1010110 11010 10101

Color Harmonies of #384428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384428

Black with #384428

Text Example


Text Example

White with #384428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384428; }

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

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

background-color css

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

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

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

border-color css

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

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

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