#378181

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

Shades of Atoll #378181

Tints of Atoll #378181

Color information

#378181 (or 0x378181) is unknown color: approx Atoll. HEX triplet: 37, 81 and 81. RGB value is (55,129,129). Sum of RGB (Red+Green+Blue) = 55+129+129=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #378181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378181 is #C87E7E. Grayscale: #6A6A6A. Windows color (decimal): -13139583 or 8487223. OLE color: 8487223.

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

Color convert

RGB55129129-
CMYK0.57000.49
HSL180º40.22%36.08%-
HSV(B)180º57.36%50.59%-
XYZ13.3918.123.56-
YUV106.87140.4891-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=17.57%
G=41.21%
B=41.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551291290.57000.4918040.2236.08
Hex378181390031b42824
Octal672012017100612645044
Binary11011110000001100000011110010011000110110100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378181; }

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

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

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

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

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

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

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

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