#31827A

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

Shades of Elm #31827A

Tints of Elm #31827A

Color information

#31827A (or 0x31827A) is unknown color: approx Elm. HEX triplet: 31, 82 and 7A. RGB value is (49,130,122). Sum of RGB (Red+Green+Blue) = 49+130+122=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #31827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827A is #CE7D85. Grayscale: #686868. Windows color (decimal): -13532550 or 8028721. OLE color: 8028721.

HSL color Cylindrical-coordinate representation of color #31827A: hue angle of 174.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31827A is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB49130122-
CMYK0.6200.060.49
HSL174.07º45.25%35.1%-
HSV(B)174.07º62.31%50.98%-
XYZ12.7618.0221.22-
YUV104.87137.6688.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=16.28%
G=43.19%
B=40.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301220.6200.060.49174.0745.2535.1
Hex31827A3E0631ae2d23
Octal612021727606612565543
Binary110001100000101111010111110011011000110101110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31827A; }

 p { color: rgb(49,130,122); }

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

<style>
 a { background-color: #31827A; }

 a { background-color: rgb(49,130,122); }

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

<style>
 span { border-color: #31827A; }

 span { border-color: rgb(49,130,122); }

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