Html Css Color HEX #31864C Sea Green

📋 copy color: '#31864C'

red 49 ◦ green 134 ◦ blue 76

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

Shades of Sea Green #31864C

Tints of Sea Green #31864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 18.92%
G = 51.74%
B = 29.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#31864C (or 0x31864C) is known color: Sea Green. HEX triplet: 31, 86 and 4C. RGB value is (49,134,76). Sum of RGB (Red+Green+Blue) = 49+134+76=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #31864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31864C is #CE79B3. Grayscale: #666666. Windows color (decimal): -13531572 or 5015089. OLE color: 5015089.

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

Color convert

RGB 49 134 76 -
CMYK 0.63 0 0.43 0.47
HSL 139.06º 0.46% 0.36% -
HSV(B) 139.06º 0.63% 0.53% -
XYZ 11.1 18.22 9.77 -
YUV 101.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 49 134 76 0.63 0 0.43 0.47 139.06 0.46 0.36
Hex 31 86 4C 3F 0 2B 2F 8B 2E 24
Octal 61 206 114 77 0 53 57 213 56 44
Binary 110001 10000110 1001100 111111 0 101011 101111 10001011 101110 100100

Color Harmonies of #31864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31864C

Black with #31864C

Text Example


Text Example

White with #31864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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