Html Css Color HEX #31885B Sea Green

📋 copy color: '#31885B'

red 49 ◦ green 136 ◦ blue 91

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

Shades of Sea Green #31885B

Tints of Sea Green #31885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 17.75%
G = 49.28%
B = 32.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#31885B (or 0x31885B) is known color: Sea Green. HEX triplet: 31, 88 and 5B. RGB value is (49,136,91). Sum of RGB (Red+Green+Blue) = 49+136+91=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #31885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31885B is #CE77A4. Grayscale: #686868. Windows color (decimal): -13531045 or 5998641. OLE color: 5998641.

HSL color Cylindrical-coordinate representation of color #31885B: hue angle of 148.97º 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 #31885B is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 91 -
CMYK 0.64 0 0.33 0.47
HSL 148.97º 0.47% 0.36% -
HSV(B) 148.97º 0.64% 0.53% -
XYZ 11.96 19.02 12.94 -
YUV 104.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 49 136 91 0.64 0 0.33 0.47 148.97 0.47 0.36
Hex 31 88 5B 40 0 21 2F 95 2F 24
Octal 61 210 133 100 0 41 57 225 57 44
Binary 110001 10001000 1011011 1000000 0 100001 101111 10010101 101111 100100

Color Harmonies of #31885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31885B

Black with #31885B

Text Example


Text Example

White with #31885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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