#37857F

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

Shades of Atoll #37857F

Tints of Atoll #37857F

Color information

#37857F (or 0x37857F) is unknown color: approx Atoll. HEX triplet: 37, 85 and 7F. RGB value is (55,133,127). Sum of RGB (Red+Green+Blue) = 55+133+127=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #37857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857F is #C87A80. Grayscale: #6C6C6C. Windows color (decimal): -13138561 or 8357175. OLE color: 8357175.

HSL color Cylindrical-coordinate representation of color #37857F: hue angle of 175.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37857F is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB55133127-
CMYK0.5900.050.48
HSL175.38º41.49%36.86%-
HSV(B)175.38º58.65%52.16%-
XYZ13.7919.1223.04-
YUV108.99138.1689.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 127 (50% from 255) = 40.32%
R=17.46%
G=42.22%
B=40.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331270.5900.050.48175.3841.4936.86
Hex37857F3B0530af2925
Octal672051777305602575145
Binary110111100001011111111111011010111000010101111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,133,127); }

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

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

 a { background-color: rgb(55,133,127); }

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

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

 span { border-color: rgb(55,133,127); }

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