#36807F

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

Shades of Atoll #36807F

Tints of Atoll #36807F

Color information

#36807F (or 0x36807F) is unknown color: approx Atoll. HEX triplet: 36, 80 and 7F. RGB value is (54,128,127). Sum of RGB (Red+Green+Blue) = 54+128+127=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #36807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36807F is #C97F80. Grayscale: #696969. Windows color (decimal): -13205377 or 8355894. OLE color: 8355894.

HSL color Cylindrical-coordinate representation of color #36807F: hue angle of 179.19º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36807F is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB54128127-
CMYK0.5800.010.50
HSL179.19º40.66%35.69%-
HSV(B)179.19º57.81%50.2%-
XYZ13.0717.7522.82-
YUV105.76139.9891.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 127 (50% from 255) = 41.10%
R=17.48%
G=41.42%
B=41.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281270.5800.010.50179.1940.6635.69
Hex36807F3A0132b32924
Octal662001777201622635144
Binary1101101000000011111111110100111001010110011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36807F; }

 p { color: rgb(54,128,127); }

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

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

 a { background-color: rgb(54,128,127); }

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

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

 span { border-color: rgb(54,128,127); }

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