#378280

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

Shades of Atoll #378280

Tints of Atoll #378280

Color information

#378280 (or 0x378280) is unknown color: approx Atoll. HEX triplet: 37, 82 and 80. RGB value is (55,130,128). Sum of RGB (Red+Green+Blue) = 55+130+128=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #378280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378280 is #C87D7F. Grayscale: #6B6B6B. Windows color (decimal): -13139328 or 8421943. OLE color: 8421943.

HSL color Cylindrical-coordinate representation of color #378280: hue angle of 178.4º 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 #378280 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB55130128-
CMYK0.5800.020.49
HSL178.4º40.54%36.27%-
HSV(B)178.4º57.69%50.98%-
XYZ13.4518.3423.25-
YUV107.35139.6590.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=17.57%
G=41.53%
B=40.89%

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
Decimal551301280.5800.020.49178.440.5436.27
Hex3782803A0231b22924
Octal672022007202612625144
Binary110111100000101000000011101001011000110110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378280; }

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

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

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

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

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

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

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

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