Html Css Color HEX #319050 Sea Green

📋 copy color: '#319050'

red 49 ◦ green 144 ◦ blue 80

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

Shades of Sea Green #319050

Tints of Sea Green #319050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 17.95%
G = 52.75%
B = 29.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#319050 (or 0x319050) is known color: Sea Green. HEX triplet: 31, 90 and 50. RGB value is (49,144,80). Sum of RGB (Red+Green+Blue) = 49+144+80=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #319050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319050 is #CE6FAF. Grayscale: #6C6C6C. Windows color (decimal): -13529008 or 5279793. OLE color: 5279793.

HSL color Cylindrical-coordinate representation of color #319050: hue angle of 139.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319050 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 80 -
CMYK 0.66 0 0.44 0.44
HSL 139.58º 0.49% 0.38% -
HSV(B) 139.58º 0.66% 0.56% -
XYZ 12.69 21.18 11.01 -
YUV 108.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 49 144 80 0.66 0 0.44 0.44 139.58 0.49 0.38
Hex 31 90 50 42 0 2C 2C 8C 31 26
Octal 61 220 120 102 0 54 54 214 61 46
Binary 110001 10010000 1010000 1000010 0 101100 101100 10001100 110001 100110

Color Harmonies of #319050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319050

Black with #319050

Text Example


Text Example

White with #319050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319050; }

 p { color: rgb(49,144,80); }

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

background-color css

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

 a { background-color: rgb(49,144,80); }

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

border-color css

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

 span { border-color: rgb(49,144,80); }

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