Html Css Color HEX #384C1C Seaweed

📋 copy color: '#384C1C'

red 56 ◦ green 76 ◦ blue 28

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

Shades of Seaweed #384C1C

Tints of Seaweed #384C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 35%
G = 47.5%
B = 17.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#384C1C (or 0x384C1C) is known color: Seaweed. HEX triplet: 38, 4C and 1C. RGB value is (56,76,28). Sum of RGB (Red+Green+Blue) = 56+76+28=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #384C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C1C is #C7B3E3. Grayscale: #404040. Windows color (decimal): -13087716 or 1854520. OLE color: 1854520.

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

Color convert

RGB 56 76 28 -
CMYK 0.26 0 0.63 0.70
HSL 85º 0.46% 0.2% -
HSV(B) 85º 0.63% 0.3% -
XYZ 4.42 6.09 2.04 -
YUV 64.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 56 76 28 0.26 0 0.63 0.70 85 0.46 0.2
Hex 38 4C 1C 1A 0 3F 46 55 2E 14
Octal 70 114 34 32 0 77 106 125 56 24
Binary 111000 1001100 11100 11010 0 111111 1000110 1010101 101110 10100

Color Harmonies of #384C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C1C

Black with #384C1C

Text Example


Text Example

White with #384C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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