#378481

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

Shades of Atoll #378481

Tints of Atoll #378481

Color information

#378481 (or 0x378481) is unknown color: approx Atoll. HEX triplet: 37, 84 and 81. RGB value is (55,132,129). Sum of RGB (Red+Green+Blue) = 55+132+129=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #378481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378481 is #C87B7E. Grayscale: #6C6C6C. Windows color (decimal): -13138815 or 8487991. OLE color: 8487991.

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

Color convert

RGB55132129-
CMYK0.5800.020.48
HSL177.66º41.18%36.67%-
HSV(B)177.66º58.33%51.76%-
XYZ13.7918.923.69-
YUV108.64139.4989.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=17.41%
G=41.77%
B=40.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321290.5800.020.48177.6641.1836.67
Hex3784813A0230b22925
Octal672042017202602625145
Binary110111100001001000000111101001011000010110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378481; }

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

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

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

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

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

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

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

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