#396363

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

Shades of Oracle #396363

Tints of Oracle #396363

Color information

#396363 (or 0x396363) is unknown color: approx Oracle. HEX triplet: 39, 63 and 63. RGB value is (57,99,99). Sum of RGB (Red+Green+Blue) = 57+99+99=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #396363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396363 is #C69C9C. Grayscale: #565656. Windows color (decimal): -13016221 or 6513465. OLE color: 6513465.

HSL color Cylindrical-coordinate representation of color #396363: hue angle of 180º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396363 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB579999-
CMYK0.42000.61
HSL180º26.92%30.59%-
HSV(B)180º42.42%38.82%-
XYZ8.410.6913.43-
YUV86.44135.09107-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=22.35%
G=38.82%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799990.42000.6118026.9230.59
Hex3963632A003Db41b1f
Octal711431435200752643337
Binary1110011100011110001110101000111101101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396363; }

 p { color: rgb(57,99,99); }

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

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

 a { background-color: rgb(57,99,99); }

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

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

 span { border-color: rgb(57,99,99); }

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