#368680

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

Shades of Atoll #368680

Tints of Atoll #368680

Color information

#368680 (or 0x368680) is unknown color: approx Atoll. HEX triplet: 36, 86 and 80. RGB value is (54,134,128). Sum of RGB (Red+Green+Blue) = 54+134+128=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #368680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368680 is #C9797F. Grayscale: #6D6D6D. Windows color (decimal): -13203840 or 8422966. OLE color: 8422966.

HSL color Cylindrical-coordinate representation of color #368680: hue angle of 175.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368680 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB54134128-
CMYK0.6000.040.47
HSL175.5º42.55%36.86%-
HSV(B)175.5º59.7%52.55%-
XYZ13.9419.3923.43-
YUV109.4138.588.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=17.09%
G=42.41%
B=40.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341280.6000.040.47175.542.5536.86
Hex3686803C042Fb02b25
Octal662062007404572605345
Binary1101101000011010000000111100010010111110110000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368680; }

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

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

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

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

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

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

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

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