#367978

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

Shades of Atoll #367978

Tints of Atoll #367978

Color information

#367978 (or 0x367978) is unknown color: approx Atoll. HEX triplet: 36, 79 and 78. RGB value is (54,121,120). Sum of RGB (Red+Green+Blue) = 54+121+120=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #367978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367978 is #C98687. Grayscale: #646464. Windows color (decimal): -13207176 or 7895350. OLE color: 7895350.

HSL color Cylindrical-coordinate representation of color #367978: hue angle of 179.1º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367978 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB54121120-
CMYK0.5500.010.53
HSL179.1º38.29%34.31%-
HSV(B)179.1º55.37%47.45%-
XYZ11.7515.8220.2-
YUV100.85138.894.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=18.31%
G=41.02%
B=40.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541211200.5500.010.53179.138.2934.31
Hex367978370135b32622
Octal661711706701652634642
Binary110110111100111110001101110111010110110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367978; }

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

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

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

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

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

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

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

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