Html Css Color HEX #38491F Seaweed

📋 copy color: '#38491F'

red 56 ◦ green 73 ◦ blue 31

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

Shades of Seaweed #38491F

Tints of Seaweed #38491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

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

R = 35%
G = 45.63%
B = 19.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#38491F (or 0x38491F) is known color: Seaweed. HEX triplet: 38, 49 and 1F. RGB value is (56,73,31). Sum of RGB (Red+Green+Blue) = 56+73+31=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #38491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491F is #C7B6E0. Grayscale: #3F3F3F. Windows color (decimal): -13088481 or 2050360. OLE color: 2050360.

HSL color Cylindrical-coordinate representation of color #38491F: hue angle of 84.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38491F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 31 -
CMYK 0.23 0 0.58 0.71
HSL 84.29º 0.4% 0.2% -
HSV(B) 84.29º 0.58% 0.29% -
XYZ 4.26 5.7 2.17 -
YUV 63.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 56 73 31 0.23 0 0.58 0.71 84.29 0.4 0.2
Hex 38 49 1F 17 0 3A 47 54 28 14
Octal 70 111 37 27 0 72 107 124 50 24
Binary 111000 1001001 11111 10111 0 111010 1000111 1010100 101000 10100

Color Harmonies of #38491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38491F

Black with #38491F

Text Example


Text Example

White with #38491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38491F; }

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

 H1.HeaderClassName
 {
   color: #38491F;
 }
 .AnyTagClassName
 {
   color: #38491F;
 }
</style>

background-color css

<style>
 a { background-color: #38491F; }

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

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

border-color css

<style>
 span { border-color: #38491F; }

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

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