Html Css Color HEX #31895D Sea Green

📋 copy color: '#31895D'

red 49 ◦ green 137 ◦ blue 93

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

Shades of Sea Green #31895D

Tints of Sea Green #31895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 17.56%
G = 49.1%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#31895D (or 0x31895D) is known color: Sea Green. HEX triplet: 31, 89 and 5D. RGB value is (49,137,93). Sum of RGB (Red+Green+Blue) = 49+137+93=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #31895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31895D is #CE76A2. Grayscale: #696969. Windows color (decimal): -13530787 or 6129969. OLE color: 6129969.

HSL color Cylindrical-coordinate representation of color #31895D: hue angle of 150º 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 #31895D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 93 -
CMYK 0.64 0 0.32 0.46
HSL 150º 0.47% 0.36% -
HSV(B) 150º 0.64% 0.54% -
XYZ 12.19 19.33 13.45 -
YUV 105.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 49 137 93 0.64 0 0.32 0.46 150 0.47 0.36
Hex 31 89 5D 40 0 20 2E 96 2F 24
Octal 61 211 135 100 0 40 56 226 57 44
Binary 110001 10001001 1011101 1000000 0 100000 101110 10010110 101111 100100

Color Harmonies of #31895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31895D

Black with #31895D

Text Example


Text Example

White with #31895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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