Html Css Color HEX #31914A Sea Green

📋 copy color: '#31914A'

red 49 ◦ green 145 ◦ blue 74

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

Shades of Sea Green #31914A

Tints of Sea Green #31914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 18.28%
G = 54.1%
B = 27.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#31914A (or 0x31914A) is known color: Sea Green. HEX triplet: 31, 91 and 4A. RGB value is (49,145,74). Sum of RGB (Red+Green+Blue) = 49+145+74=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #31914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31914A is #CE6EB5. Grayscale: #6C6C6C. Windows color (decimal): -13528758 or 4886833. OLE color: 4886833.

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

Color convert

RGB 49 145 74 -
CMYK 0.66 0 0.49 0.43
HSL 135.63º 0.49% 0.38% -
HSV(B) 135.63º 0.66% 0.57% -
XYZ 12.63 21.4 9.94 -
YUV 108.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 49 145 74 0.66 0 0.49 0.43 135.63 0.49 0.38
Hex 31 91 4A 42 0 31 2B 88 31 26
Octal 61 221 112 102 0 61 53 210 61 46
Binary 110001 10010001 1001010 1000010 0 110001 101011 10001000 110001 100110

Color Harmonies of #31914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31914A

Black with #31914A

Text Example


Text Example

White with #31914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31914A; }

 p { color: rgb(49,145,74); }

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

background-color css

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

 a { background-color: rgb(49,145,74); }

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

border-color css

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

 span { border-color: rgb(49,145,74); }

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