#318381

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

Shades of Atoll #318381

Tints of Atoll #318381

Color information

#318381 (or 0x318381) is unknown color: approx Atoll. HEX triplet: 31, 83 and 81. RGB value is (49,131,129). Sum of RGB (Red+Green+Blue) = 49+131+129=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #318381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318381 is #CE7C7E. Grayscale: #6A6A6A. Windows color (decimal): -13532287 or 8487729. OLE color: 8487729.

HSL color Cylindrical-coordinate representation of color #318381: hue angle of 178.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318381 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB49131129-
CMYK0.6300.020.49
HSL178.54º45.56%35.29%-
HSV(B)178.54º62.6%51.37%-
XYZ13.3518.4723.63-
YUV106.25140.8387.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=15.86%
G=42.39%
B=41.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311290.6300.020.49178.5445.5635.29
Hex3183813F0231b32e23
Octal612032017702612635643
Binary110001100000111000000111111101011000110110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318381; }

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

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

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

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

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

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

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

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