#366160

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

Shades of Oracle #366160

Tints of Oracle #366160

Color information

#366160 (or 0x366160) is unknown color: approx Oracle. HEX triplet: 36, 61 and 60. RGB value is (54,97,96). Sum of RGB (Red+Green+Blue) = 54+97+96=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #366160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366160 is #C99E9F. Grayscale: #535353. Windows color (decimal): -13213344 or 6316342. OLE color: 6316342.

HSL color Cylindrical-coordinate representation of color #366160: hue angle of 178.6º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366160 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB549796-
CMYK0.4400.010.62
HSL178.6º28.48%29.61%-
HSV(B)178.6º44.33%38.04%-
XYZ7.9110.1812.61-
YUV84.03134.75106.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=21.86%
G=39.27%
B=38.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497960.4400.010.62178.628.4829.61
Hex3661602C013Eb31c1e
Octal661411405401762633436
Binary1101101100001110000010110001111110101100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366160; }

 p { color: rgb(54,97,96); }

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

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

 a { background-color: rgb(54,97,96); }

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

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

 span { border-color: rgb(54,97,96); }

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