Html Css Color HEX #319248 Sea Green

📋 copy color: '#319248'

red 49 ◦ green 146 ◦ blue 72

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

Shades of Sea Green #319248

Tints of Sea Green #319248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 18.35%
G = 54.68%
B = 26.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#319248 (or 0x319248) is known color: Sea Green. HEX triplet: 31, 92 and 48. RGB value is (49,146,72). Sum of RGB (Red+Green+Blue) = 49+146+72=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #319248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319248 is #CE6DB7. Grayscale: #6C6C6C. Windows color (decimal): -13528504 or 4756017. OLE color: 4756017.

HSL color Cylindrical-coordinate representation of color #319248: hue angle of 134.23º 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 #319248 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 72 -
CMYK 0.66 0 0.51 0.43
HSL 134.23º 0.5% 0.38% -
HSV(B) 134.23º 0.66% 0.57% -
XYZ 12.72 21.68 9.65 -
YUV 108.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 49 146 72 0.66 0 0.51 0.43 134.23 0.5 0.38
Hex 31 92 48 42 0 33 2B 86 32 26
Octal 61 222 110 102 0 63 53 206 62 46
Binary 110001 10010010 1001000 1000010 0 110011 101011 10000110 110010 100110

Color Harmonies of #319248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319248

Black with #319248

Text Example


Text Example

White with #319248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319248; }

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

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

background-color css

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

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

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

border-color css

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

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

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