Html Css Color HEX #31865B Sea Green

📋 copy color: '#31865B'

red 49 ◦ green 134 ◦ blue 91

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

Shades of Sea Green #31865B

Tints of Sea Green #31865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

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

R = 17.88%
G = 48.91%
B = 33.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#31865B (or 0x31865B) is known color: Sea Green. HEX triplet: 31, 86 and 5B. RGB value is (49,134,91). Sum of RGB (Red+Green+Blue) = 49+134+91=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #31865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31865B is #CE79A4. Grayscale: #676767. Windows color (decimal): -13531557 or 5998129. OLE color: 5998129.

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

Color convert

RGB 49 134 91 -
CMYK 0.63 0 0.32 0.47
HSL 149.65º 0.46% 0.36% -
HSV(B) 149.65º 0.63% 0.53% -
XYZ 11.68 18.46 12.84 -
YUV 103.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 49 134 91 0.63 0 0.32 0.47 149.65 0.46 0.36
Hex 31 86 5B 3F 0 20 2F 96 2E 24
Octal 61 206 133 77 0 40 57 226 56 44
Binary 110001 10000110 1011011 111111 0 100000 101111 10010110 101110 100100

Color Harmonies of #31865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31865B

Black with #31865B

Text Example


Text Example

White with #31865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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