#31817F

Color #31817F Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #31817F

Tints of Atoll #31817F

Color information

#31817F (or 0x31817F) is unknown color: approx Atoll. HEX triplet: 31, 81 and 7F. RGB value is (49,129,127). Sum of RGB (Red+Green+Blue) = 49+129+127=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #31817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31817F is #CE7E80. Grayscale: #686868. Windows color (decimal): -13532801 or 8356145. OLE color: 8356145.

HSL color Cylindrical-coordinate representation of color #31817F: hue angle of 178.5º 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 #31817F is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB49129127-
CMYK0.6200.020.49
HSL178.5º44.94%34.9%-
HSV(B)178.5º62.02%50.59%-
XYZ12.9517.8922.85-
YUV104.85140.588.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 127 (50% from 255) = 41.64%
R=16.07%
G=42.30%
B=41.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291270.6200.020.49178.544.9434.9
Hex31817F3E0231b22d23
Octal612011777602612625543
Binary11000110000001111111111111001011000110110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,129,127); }

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

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

 a { background-color: rgb(49,129,127); }

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

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

 span { border-color: rgb(49,129,127); }

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