#31864B

Color #31864B Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #31864B

Tints of Sea Green #31864B

Color information

#31864B (or 0x31864B) is unknown color: approx Sea Green. HEX triplet: 31, 86 and 4B. RGB value is (49,134,75). Sum of RGB (Red+Green+Blue) = 49+134+75=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #31864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31864B is #CE79B4. Grayscale: #666666. Windows color (decimal): -13531573 or 4949553. OLE color: 4949553.

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

Color convert

RGB4913475-
CMYK0.6300.440.47
HSL138.35º46.45%35.88%-
HSV(B)138.35º63.43%52.55%-
XYZ11.0618.219.59-
YUV101.86112.8490.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=18.99%
G=51.94%
B=29.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134750.6300.440.47138.3546.4535.88
Hex31864B3F02C2F8a2e24
Octal6120611377054572125644
Binary110001100001101001011111111010110010111110001010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31864B;
 }
 .AnyTagClassName
 {
   color: #31864B;
 }
</style>
background-color css

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

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

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

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

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

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