Html Css Color HEX #314719 Seaweed

📋 copy color: '#314719'

red 49 ◦ green 71 ◦ blue 25

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

Shades of Seaweed #314719

Tints of Seaweed #314719

RGB

 RED value IS 49 (19.53% from 255) = 33.79%

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 33.79%
G = 48.97%
B = 17.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#314719 (or 0x314719) is known color: Seaweed. HEX triplet: 31, 47 and 19. RGB value is (49,71,25). Sum of RGB (Red+Green+Blue) = 49+71+25=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #314719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314719 is #CEB8E6. Grayscale: #3B3B3B. Windows color (decimal): -13547751 or 1656625. OLE color: 1656625.

HSL color Cylindrical-coordinate representation of color #314719: hue angle of 88.7º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314719 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 25 -
CMYK 0.31 0 0.65 0.72
HSL 88.7º 0.48% 0.19% -
HSV(B) 88.7º 0.65% 0.28% -
XYZ 3.7 5.23 1.73 -
YUV 59.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 49 71 25 0.31 0 0.65 0.72 88.7 0.48 0.19
Hex 31 47 19 1F 0 41 48 59 30 13
Octal 61 107 31 37 0 101 110 131 60 23
Binary 110001 1000111 11001 11111 0 1000001 1001000 1011001 110000 10011

Color Harmonies of #314719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314719

Black with #314719

Text Example


Text Example

White with #314719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314719; }

 p { color: rgb(49,71,25); }

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

background-color css

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

 a { background-color: rgb(49,71,25); }

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

border-color css

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

 span { border-color: rgb(49,71,25); }

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