Html Css Color HEX #319250 Sea Green

📋 copy color: '#319250'

red 49 ◦ green 146 ◦ blue 80

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

Shades of Sea Green #319250

Tints of Sea Green #319250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

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

R = 17.82%
G = 53.09%
B = 29.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#319250 (or 0x319250) is known color: Sea Green. HEX triplet: 31, 92 and 50. RGB value is (49,146,80). Sum of RGB (Red+Green+Blue) = 49+146+80=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #319250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319250 is #CE6DAF. Grayscale: #6D6D6D. Windows color (decimal): -13528496 or 5280305. OLE color: 5280305.

HSL color Cylindrical-coordinate representation of color #319250: hue angle of 139.18º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319250 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 80 -
CMYK 0.66 0 0.45 0.43
HSL 139.18º 0.5% 0.38% -
HSV(B) 139.18º 0.66% 0.57% -
XYZ 12.99 21.79 11.11 -
YUV 109.47 111.36 84.87 -
System Red Green Blue C M Y K H S L
Decimal 49 146 80 0.66 0 0.45 0.43 139.18 0.5 0.38
Hex 31 92 50 42 0 2D 2B 8B 32 26
Octal 61 222 120 102 0 55 53 213 62 46
Binary 110001 10010010 1010000 1000010 0 101101 101011 10001011 110010 100110

Color Harmonies of #319250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319250

Black with #319250

Text Example


Text Example

White with #319250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319250; }

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

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

background-color css

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

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

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

border-color css

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

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

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