#378380

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

Shades of Atoll #378380

Tints of Atoll #378380

Color information

#378380 (or 0x378380) is unknown color: approx Atoll. HEX triplet: 37, 83 and 80. RGB value is (55,131,128). Sum of RGB (Red+Green+Blue) = 55+131+128=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #378380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378380 is #C87C7F. Grayscale: #6B6B6B. Windows color (decimal): -13139072 or 8422199. OLE color: 8422199.

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

Color convert

RGB55131128-
CMYK0.5800.020.49
HSL177.63º40.86%36.47%-
HSV(B)177.63º58.02%51.37%-
XYZ13.5918.623.3-
YUV107.93139.3290.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=17.52%
G=41.72%
B=40.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311280.5800.020.49177.6340.8636.47
Hex3783803A0231b22924
Octal672032007202612625144
Binary110111100000111000000011101001011000110110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378380; }

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

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

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

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

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

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

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

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