Html Css Color HEX #384D1F Seaweed

📋 copy color: '#384D1F'

red 56 ◦ green 77 ◦ blue 31

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

Shades of Seaweed #384D1F

Tints of Seaweed #384D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 34.15%
G = 46.95%
B = 18.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#384D1F (or 0x384D1F) is known color: Seaweed. HEX triplet: 38, 4D and 1F. RGB value is (56,77,31). Sum of RGB (Red+Green+Blue) = 56+77+31=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #384D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D1F is #C7B2E0. Grayscale: #414141. Windows color (decimal): -13087457 or 2051384. OLE color: 2051384.

HSL color Cylindrical-coordinate representation of color #384D1F: hue angle of 87.39º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #384D1F is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 31 -
CMYK 0.27 0 0.60 0.70
HSL 87.39º 0.43% 0.21% -
HSV(B) 87.39º 0.6% 0.3% -
XYZ 4.53 6.25 2.26 -
YUV 65.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 56 77 31 0.27 0 0.60 0.70 87.39 0.43 0.21
Hex 38 4D 1F 1B 0 3C 46 57 2B 15
Octal 70 115 37 33 0 74 106 127 53 25
Binary 111000 1001101 11111 11011 0 111100 1000110 1010111 101011 10101

Color Harmonies of #384D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D1F

Black with #384D1F

Text Example


Text Example

White with #384D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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