Html Css Color HEX #31864F Sea Green

📋 copy color: '#31864F'

red 49 ◦ green 134 ◦ blue 79

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

Shades of Sea Green #31864F

Tints of Sea Green #31864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 18.7%
G = 51.15%
B = 30.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#31864F (or 0x31864F) is known color: Sea Green. HEX triplet: 31, 86 and 4F. RGB value is (49,134,79). Sum of RGB (Red+Green+Blue) = 49+134+79=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #31864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31864F is #CE79B0. Grayscale: #666666. Windows color (decimal): -13531569 or 5211697. OLE color: 5211697.

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

Color convert

RGB 49 134 79 -
CMYK 0.63 0 0.41 0.47
HSL 141.18º 0.46% 0.36% -
HSV(B) 141.18º 0.63% 0.53% -
XYZ 11.2 18.27 10.33 -
YUV 102.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 49 134 79 0.63 0 0.41 0.47 141.18 0.46 0.36
Hex 31 86 4F 3F 0 29 2F 8D 2E 24
Octal 61 206 117 77 0 51 57 215 56 44
Binary 110001 10000110 1001111 111111 0 101001 101111 10001101 101110 100100

Color Harmonies of #31864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31864F

Black with #31864F

Text Example


Text Example

White with #31864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31864F; }

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

 H1.HeaderClassName
 {
   color: #31864F;
 }
 .AnyTagClassName
 {
   color: #31864F;
 }
</style>

background-color css

<style>
 a { background-color: #31864F; }

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

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

border-color css

<style>
 span { border-color: #31864F; }

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

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