Html Css Color HEX #384C20 Seaweed

📋 copy color: '#384C20'

red 56 ◦ green 76 ◦ blue 32

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

Shades of Seaweed #384C20

Tints of Seaweed #384C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.34%

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 34.15%
G = 46.34%
B = 19.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#384C20 (or 0x384C20) is known color: Seaweed. HEX triplet: 38, 4C and 20. RGB value is (56,76,32). Sum of RGB (Red+Green+Blue) = 56+76+32=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #384C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C20 is #C7B3DF. Grayscale: #414141. Windows color (decimal): -13087712 or 2116664. OLE color: 2116664.

HSL color Cylindrical-coordinate representation of color #384C20: hue angle of 87.27º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384C20 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 32 -
CMYK 0.26 0 0.58 0.70
HSL 87.27º 0.41% 0.21% -
HSV(B) 87.27º 0.58% 0.3% -
XYZ 4.48 6.11 2.31 -
YUV 65 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 56 76 32 0.26 0 0.58 0.70 87.27 0.41 0.21
Hex 38 4C 20 1A 0 3A 46 57 29 15
Octal 70 114 40 32 0 72 106 127 51 25
Binary 111000 1001100 100000 11010 0 111010 1000110 1010111 101001 10101

Color Harmonies of #384C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C20

Black with #384C20

Text Example


Text Example

White with #384C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C20; }

 p { color: rgb(56,76,32); }

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

background-color css

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

 a { background-color: rgb(56,76,32); }

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

border-color css

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

 span { border-color: rgb(56,76,32); }

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