#367A79

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

Shades of Atoll #367A79

Tints of Atoll #367A79

Color information

#367A79 (or 0x367A79) is unknown color: approx Atoll. HEX triplet: 36, 7A and 79. RGB value is (54,122,121). Sum of RGB (Red+Green+Blue) = 54+122+121=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #367A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A79 is #C98586. Grayscale: #656565. Windows color (decimal): -13206919 or 7961142. OLE color: 7961142.

HSL color Cylindrical-coordinate representation of color #367A79: hue angle of 179.12º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A79 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB54122121-
CMYK0.5600.010.52
HSL179.12º38.64%34.51%-
HSV(B)179.12º55.74%47.84%-
XYZ11.9316.0820.56-
YUV101.55138.9794.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=18.18%
G=41.08%
B=40.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541221210.5600.010.52179.1238.6434.51
Hex367A79380134b32723
Octal661721717001642634743
Binary110110111101011110011110000111010010110011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367A79; }

 p { color: rgb(54,122,121); }

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

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

 a { background-color: rgb(54,122,121); }

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

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

 span { border-color: rgb(54,122,121); }

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