Html Css Color HEX #31885D Sea Green

📋 copy color: '#31885D'

red 49 ◦ green 136 ◦ blue 93

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

Shades of Sea Green #31885D

Tints of Sea Green #31885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 17.63%
G = 48.92%
B = 33.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#31885D (or 0x31885D) is known color: Sea Green. HEX triplet: 31, 88 and 5D. RGB value is (49,136,93). Sum of RGB (Red+Green+Blue) = 49+136+93=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #31885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31885D is #CE77A2. Grayscale: #696969. Windows color (decimal): -13531043 or 6129713. OLE color: 6129713.

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

Color convert

RGB 49 136 93 -
CMYK 0.64 0 0.32 0.47
HSL 150.34º 0.47% 0.36% -
HSV(B) 150.34º 0.64% 0.53% -
XYZ 12.05 19.05 13.4 -
YUV 105.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 49 136 93 0.64 0 0.32 0.47 150.34 0.47 0.36
Hex 31 88 5D 40 0 20 2F 96 2F 24
Octal 61 210 135 100 0 40 57 226 57 44
Binary 110001 10001000 1011101 1000000 0 100000 101111 10010110 101111 100100

Color Harmonies of #31885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31885D

Black with #31885D

Text Example


Text Example

White with #31885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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