Html Css Color HEX #384F20 Seaweed

📋 copy color: '#384F20'

red 56 ◦ green 79 ◦ blue 32

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

Shades of Seaweed #384F20

Tints of Seaweed #384F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.31%

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

R = 33.53%
G = 47.31%
B = 19.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#384F20 (or 0x384F20) is known color: Seaweed. HEX triplet: 38, 4F and 20. RGB value is (56,79,32). Sum of RGB (Red+Green+Blue) = 56+79+32=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #384F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F20 is #C7B0DF. Grayscale: #424242. Windows color (decimal): -13086944 or 2117432. OLE color: 2117432.

HSL color Cylindrical-coordinate representation of color #384F20: hue angle of 89.36º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384F20 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 79 32 -
CMYK 0.29 0 0.59 0.69
HSL 89.36º 0.42% 0.22% -
HSV(B) 89.36º 0.59% 0.31% -
XYZ 4.69 6.54 2.38 -
YUV 66.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 56 79 32 0.29 0 0.59 0.69 89.36 0.42 0.22
Hex 38 4F 20 1D 0 3B 45 59 2A 16
Octal 70 117 40 35 0 73 105 131 52 26
Binary 111000 1001111 100000 11101 0 111011 1000101 1011001 101010 10110

Color Harmonies of #384F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F20

Black with #384F20

Text Example


Text Example

White with #384F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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