#396160

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

Shades of Oracle #396160

Tints of Oracle #396160

Color information

#396160 (or 0x396160) is unknown color: approx Oracle. HEX triplet: 39, 61 and 60. RGB value is (57,97,96). Sum of RGB (Red+Green+Blue) = 57+97+96=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #396160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396160 is #C69E9F. Grayscale: #545454. Windows color (decimal): -13016736 or 6316345. OLE color: 6316345.

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

Color convert

RGB579796-
CMYK0.4100.010.62
HSL178.5º25.97%30.2%-
HSV(B)178.5º41.24%38.04%-
XYZ8.0710.2612.62-
YUV84.93134.25108.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=22.8%
G=38.8%
B=38.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797960.4100.010.62178.525.9730.2
Hex39616029013Eb21a1e
Octal711411405101762623236
Binary1110011100001110000010100101111110101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396160; }

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

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

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

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

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

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

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

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