#366260

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

Shades of Oracle #366260

Tints of Oracle #366260

Color information

#366260 (or 0x366260) is unknown color: approx Oracle. HEX triplet: 36, 62 and 60. RGB value is (54,98,96). Sum of RGB (Red+Green+Blue) = 54+98+96=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #366260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366260 is #C99D9F. Grayscale: #545454. Windows color (decimal): -13213088 or 6316598. OLE color: 6316598.

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

Color convert

RGB549896-
CMYK0.4500.020.62
HSL177.27º28.95%29.8%-
HSV(B)177.27º44.9%38.43%-
XYZ810.3612.65-
YUV84.62134.42106.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=21.77%
G=39.52%
B=38.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498960.4500.020.62177.2728.9529.8
Hex3662602D023Eb11d1e
Octal661421405502762613536
Binary11011011000101100000101101010111110101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366260; }

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

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

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

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

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

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

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

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