#316160

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

Shades of Oracle #316160

Tints of Oracle #316160

Color information

#316160 (or 0x316160) is unknown color: approx Oracle. HEX triplet: 31, 61 and 60. RGB value is (49,97,96). Sum of RGB (Red+Green+Blue) = 49+97+96=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #316160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316160 is #CE9E9F. Grayscale: #525252. Windows color (decimal): -13541024 or 6316337. OLE color: 6316337.

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

Color convert

RGB499796-
CMYK0.4900.010.62
HSL178.75º32.88%28.63%-
HSV(B)178.75º49.48%38.04%-
XYZ7.6510.0512.6-
YUV82.53135.6104.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=20.25%
G=40.08%
B=39.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997960.4900.010.62178.7532.8828.63
Hex31616031013Eb3211d
Octal611411406101762634135
Binary11000111000011100000110001011111101011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316160; }

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

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

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

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

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

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

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

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