#367C7A

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

Shades of Atoll #367C7A

Tints of Atoll #367C7A

Color information

#367C7A (or 0x367C7A) is unknown color: approx Atoll. HEX triplet: 36, 7C and 7A. RGB value is (54,124,122). Sum of RGB (Red+Green+Blue) = 54+124+122=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #367C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C7A is #C98385. Grayscale: #666666. Windows color (decimal): -13206406 or 8027190. OLE color: 8027190.

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

Color convert

RGB54124122-
CMYK0.5600.020.51
HSL178.29º39.33%34.9%-
HSV(B)178.29º56.45%48.63%-
XYZ12.2416.620.97-
YUV102.84138.8193.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=18%
G=41.33%
B=40.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241220.5600.020.51178.2939.3334.9
Hex367C7A380233b22723
Octal661741727002632624743
Binary1101101111100111101011100001011001110110010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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