#378580

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

Shades of Atoll #378580

Tints of Atoll #378580

Color information

#378580 (or 0x378580) is unknown color: approx Atoll. HEX triplet: 37, 85 and 80. RGB value is (55,133,128). Sum of RGB (Red+Green+Blue) = 55+133+128=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #378580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378580 is #C87A7F. Grayscale: #6D6D6D. Windows color (decimal): -13138560 or 8422711. OLE color: 8422711.

HSL color Cylindrical-coordinate representation of color #378580: hue angle of 176.15º 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 #378580 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB55133128-
CMYK0.5900.040.48
HSL176.15º41.49%36.86%-
HSV(B)176.15º58.65%52.16%-
XYZ13.8619.1523.39-
YUV109.11138.6689.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=17.41%
G=42.09%
B=40.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331280.5900.040.48176.1541.4936.86
Hex3785803B0430b02925
Octal672052007304602605145
Binary1101111000010110000000111011010011000010110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378580; }

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

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

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

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

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

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

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

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