Html Css Color HEX #384F19 Seaweed

📋 copy color: '#384F19'

red 56 ◦ green 79 ◦ blue 25

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

Shades of Seaweed #384F19

Tints of Seaweed #384F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 35%
G = 49.38%
B = 15.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#384F19 (or 0x384F19) is known color: Seaweed. HEX triplet: 38, 4F and 19. RGB value is (56,79,25). Sum of RGB (Red+Green+Blue) = 56+79+25=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #384F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384F19 is #C7B0E6. Grayscale: #424242. Windows color (decimal): -13086951 or 1658680. OLE color: 1658680.

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

Color convert

RGB 56 79 25 -
CMYK 0.29 0 0.68 0.69
HSL 85.56º 0.52% 0.2% -
HSV(B) 85.56º 0.68% 0.31% -
XYZ 4.6 6.5 1.93 -
YUV 65.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 56 79 25 0.29 0 0.68 0.69 85.56 0.52 0.2
Hex 38 4F 19 1D 0 44 45 56 34 14
Octal 70 117 31 35 0 104 105 126 64 24
Binary 111000 1001111 11001 11101 0 1000100 1000101 1010110 110100 10100

Color Harmonies of #384F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F19

Black with #384F19

Text Example


Text Example

White with #384F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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