#366060

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

Shades of Oracle #366060

Tints of Oracle #366060

Color information

#366060 (or 0x366060) is unknown color: approx Oracle. HEX triplet: 36, 60 and 60. RGB value is (54,96,96). Sum of RGB (Red+Green+Blue) = 54+96+96=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #366060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366060 is #C99F9F. Grayscale: #535353. Windows color (decimal): -13213600 or 6316086. OLE color: 6316086.

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

Color convert

RGB549696-
CMYK0.44000.62
HSL180º28%29.41%-
HSV(B)180º43.75%37.65%-
XYZ7.829.9912.58-
YUV83.44135.09107-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=21.95%
G=39.02%
B=39.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496960.44000.621802829.41
Hex3660602C003Eb41c1d
Octal661401405400762643435
Binary1101101100000110000010110000111110101101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366060; }

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

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

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

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

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

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

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

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