#31857E

Color #31857E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #31857E

Tints of Elm #31857E

Color information

#31857E (or 0x31857E) is unknown color: approx Elm. HEX triplet: 31, 85 and 7E. RGB value is (49,133,126). Sum of RGB (Red+Green+Blue) = 49+133+126=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #31857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31857E is #CE7A81. Grayscale: #6B6B6B. Windows color (decimal): -13531778 or 8291633. OLE color: 8291633.

HSL color Cylindrical-coordinate representation of color #31857E: hue angle of 175º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31857E is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB49133126-
CMYK0.6300.050.48
HSL175º46.15%35.69%-
HSV(B)175º63.16%52.16%-
XYZ13.4218.9322.69-
YUV107.09138.6786.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=15.91%
G=43.18%
B=40.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331260.6300.050.4817546.1535.69
Hex31857E3F0530af2e24
Octal612051767705602575644
Binary110001100001011111110111111010111000010101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,133,126); }

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

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

 a { background-color: rgb(49,133,126); }

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

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

 span { border-color: rgb(49,133,126); }

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