Html Css Color HEX #31894A Sea Green

📋 copy color: '#31894A'

red 49 ◦ green 137 ◦ blue 74

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

Shades of Sea Green #31894A

Tints of Sea Green #31894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

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

R = 18.85%
G = 52.69%
B = 28.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#31894A (or 0x31894A) is known color: Sea Green. HEX triplet: 31, 89 and 4A. RGB value is (49,137,74). Sum of RGB (Red+Green+Blue) = 49+137+74=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #31894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31894A is #CE76B5. Grayscale: #676767. Windows color (decimal): -13530806 or 4884785. OLE color: 4884785.

HSL color Cylindrical-coordinate representation of color #31894A: hue angle of 137.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31894A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 74 -
CMYK 0.64 0 0.46 0.46
HSL 137.05º 0.47% 0.36% -
HSV(B) 137.05º 0.64% 0.54% -
XYZ 11.45 19.04 9.55 -
YUV 103.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 49 137 74 0.64 0 0.46 0.46 137.05 0.47 0.36
Hex 31 89 4A 40 0 2E 2E 89 2F 24
Octal 61 211 112 100 0 56 56 211 57 44
Binary 110001 10001001 1001010 1000000 0 101110 101110 10001001 101111 100100

Color Harmonies of #31894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31894A

Black with #31894A

Text Example


Text Example

White with #31894A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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