Html Css Color HEX #384528 Seaweed

📋 copy color: '#384528'

red 56 ◦ green 69 ◦ blue 40

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

Shades of Seaweed #384528

Tints of Seaweed #384528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 33.94%
G = 41.82%
B = 24.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#384528 (or 0x384528) is known color: Seaweed. HEX triplet: 38, 45 and 28. RGB value is (56,69,40). Sum of RGB (Red+Green+Blue) = 56+69+40=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #384528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384528 is #C7BAD7. Grayscale: #3D3D3D. Windows color (decimal): -13089496 or 2639160. OLE color: 2639160.

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

Color convert

RGB 56 69 40 -
CMYK 0.19 0 0.42 0.73
HSL 86.9º 0.27% 0.21% -
HSV(B) 86.9º 0.42% 0.27% -
XYZ 4.14 5.25 2.8 -
YUV 61.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 56 69 40 0.19 0 0.42 0.73 86.9 0.27 0.21
Hex 38 45 28 13 0 2A 49 57 1B 15
Octal 70 105 50 23 0 52 111 127 33 25
Binary 111000 1000101 101000 10011 0 101010 1001001 1010111 11011 10101

Color Harmonies of #384528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384528

Black with #384528

Text Example


Text Example

White with #384528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384528; }

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

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

background-color css

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

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

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

border-color css

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

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

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