Html Css Color HEX #31865E Sea Green

📋 copy color: '#31865E'

red 49 ◦ green 134 ◦ blue 94

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

Shades of Sea Green #31865E

Tints of Sea Green #31865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 17.69%
G = 48.38%
B = 33.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#31865E (or 0x31865E) is known color: Sea Green. HEX triplet: 31, 86 and 5E. RGB value is (49,134,94). Sum of RGB (Red+Green+Blue) = 49+134+94=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #31865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31865E is #CE79A1. Grayscale: #686868. Windows color (decimal): -13531554 or 6194737. OLE color: 6194737.

HSL color Cylindrical-coordinate representation of color #31865E: hue angle of 151.76º 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 #31865E is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 94 -
CMYK 0.63 0 0.30 0.47
HSL 151.76º 0.46% 0.36% -
HSV(B) 151.76º 0.63% 0.53% -
XYZ 11.81 18.51 13.54 -
YUV 104.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 49 134 94 0.63 0 0.30 0.47 151.76 0.46 0.36
Hex 31 86 5E 3F 0 1E 2F 98 2E 24
Octal 61 206 136 77 0 36 57 230 56 44
Binary 110001 10000110 1011110 111111 0 11110 101111 10011000 101110 100100

Color Harmonies of #31865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31865E

Black with #31865E

Text Example


Text Example

White with #31865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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