Html Css Color HEX #384D1B Seaweed

📋 copy color: '#384D1B'

red 56 ◦ green 77 ◦ blue 27

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

Shades of Seaweed #384D1B

Tints of Seaweed #384D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 48.13%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 35%
G = 48.13%
B = 16.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#384D1B (or 0x384D1B) is known color: Seaweed. HEX triplet: 38, 4D and 1B. RGB value is (56,77,27). Sum of RGB (Red+Green+Blue) = 56+77+27=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #384D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D1B is #C7B2E4. Grayscale: #414141. Windows color (decimal): -13087461 or 1789240. OLE color: 1789240.

HSL color Cylindrical-coordinate representation of color #384D1B: hue angle of 85.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384D1B is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 27 -
CMYK 0.27 0 0.65 0.70
HSL 85.2º 0.48% 0.2% -
HSV(B) 85.2º 0.65% 0.3% -
XYZ 4.48 6.23 2 -
YUV 65.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 56 77 27 0.27 0 0.65 0.70 85.2 0.48 0.2
Hex 38 4D 1B 1B 0 41 46 55 30 14
Octal 70 115 33 33 0 101 106 125 60 24
Binary 111000 1001101 11011 11011 0 1000001 1000110 1010101 110000 10100

Color Harmonies of #384D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D1B

Black with #384D1B

Text Example


Text Example

White with #384D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,27); }

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

background-color css

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

 a { background-color: rgb(56,77,27); }

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

border-color css

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

 span { border-color: rgb(56,77,27); }

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