Html Css Color HEX #384B1C Seaweed

📋 copy color: '#384B1C'

red 56 ◦ green 75 ◦ blue 28

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

Shades of Seaweed #384B1C

Tints of Seaweed #384B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

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

R = 35.22%
G = 47.17%
B = 17.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#384B1C (or 0x384B1C) is known color: Seaweed. HEX triplet: 38, 4B and 1C. RGB value is (56,75,28). Sum of RGB (Red+Green+Blue) = 56+75+28=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #384B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B1C is #C7B4E3. Grayscale: #404040. Windows color (decimal): -13087972 or 1854264. OLE color: 1854264.

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

Color convert

RGB 56 75 28 -
CMYK 0.25 0 0.63 0.71
HSL 84.26º 0.46% 0.2% -
HSV(B) 84.26º 0.63% 0.29% -
XYZ 4.36 5.96 2.02 -
YUV 63.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 56 75 28 0.25 0 0.63 0.71 84.26 0.46 0.2
Hex 38 4B 1C 19 0 3F 47 54 2E 14
Octal 70 113 34 31 0 77 107 124 56 24
Binary 111000 1001011 11100 11001 0 111111 1000111 1010100 101110 10100

Color Harmonies of #384B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B1C

Black with #384B1C

Text Example


Text Example

White with #384B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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