Html Css Color HEX #384228 Seaweed

📋 copy color: '#384228'

red 56 ◦ green 66 ◦ blue 40

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

Shades of Seaweed #384228

Tints of Seaweed #384228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 34.57%
G = 40.74%
B = 24.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#384228 (or 0x384228) is known color: Seaweed. HEX triplet: 38, 42 and 28. RGB value is (56,66,40). Sum of RGB (Red+Green+Blue) = 56+66+40=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #384228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384228 is #C7BDD7. Grayscale: #3C3C3C. Windows color (decimal): -13090264 or 2638392. OLE color: 2638392.

HSL color Cylindrical-coordinate representation of color #384228: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384228 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 40 -
CMYK 0.15 0 0.39 0.74
HSL 83.08º 0.25% 0.21% -
HSV(B) 83.08º 0.39% 0.26% -
XYZ 3.96 4.89 2.74 -
YUV 60.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 56 66 40 0.15 0 0.39 0.74 83.08 0.25 0.21
Hex 38 42 28 F 0 27 4A 53 19 15
Octal 70 102 50 17 0 47 112 123 31 25
Binary 111000 1000010 101000 1111 0 100111 1001010 1010011 11001 10101

Color Harmonies of #384228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384228

Black with #384228

Text Example


Text Example

White with #384228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384228; }

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

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

background-color css

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

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

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

border-color css

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

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

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