#37817E

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

Shades of Atoll #37817E

Tints of Atoll #37817E

Color information

#37817E (or 0x37817E) is unknown color: approx Atoll. HEX triplet: 37, 81 and 7E. RGB value is (55,129,126). Sum of RGB (Red+Green+Blue) = 55+129+126=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #37817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37817E is #C87E81. Grayscale: #6A6A6A. Windows color (decimal): -13139586 or 8290615. OLE color: 8290615.

HSL color Cylindrical-coordinate representation of color #37817E: hue angle of 177.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37817E is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB55129126-
CMYK0.5700.020.49
HSL177.57º40.22%36.08%-
HSV(B)177.57º57.36%50.59%-
XYZ13.1918.0222.52-
YUV106.53138.9891.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=17.74%
G=41.61%
B=40.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551291260.5700.020.49177.5740.2236.08
Hex37817E390231b22824
Octal672011767102612625044
Binary11011110000001111111011100101011000110110010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,129,126); }

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

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

 a { background-color: rgb(55,129,126); }

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

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

 span { border-color: rgb(55,129,126); }

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