Html Css Color HEX #384F1E Seaweed

📋 copy color: '#384F1E'

red 56 ◦ green 79 ◦ blue 30

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

Shades of Seaweed #384F1E

Tints of Seaweed #384F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 33.94%
G = 47.88%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#384F1E (or 0x384F1E) is known color: Seaweed. HEX triplet: 38, 4F and 1E. RGB value is (56,79,30). Sum of RGB (Red+Green+Blue) = 56+79+30=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #384F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F1E is #C7B0E1. Grayscale: #424242. Windows color (decimal): -13086946 or 1986360. OLE color: 1986360.

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

Color convert

RGB 56 79 30 -
CMYK 0.29 0 0.62 0.69
HSL 88.16º 0.45% 0.21% -
HSV(B) 88.16º 0.62% 0.31% -
XYZ 4.66 6.53 2.24 -
YUV 66.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 56 79 30 0.29 0 0.62 0.69 88.16 0.45 0.21
Hex 38 4F 1E 1D 0 3E 45 58 2D 15
Octal 70 117 36 35 0 76 105 130 55 25
Binary 111000 1001111 11110 11101 0 111110 1000101 1011000 101101 10101

Color Harmonies of #384F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F1E

Black with #384F1E

Text Example


Text Example

White with #384F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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