#306160

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

Shades of Oracle #306160

Tints of Oracle #306160

Color information

#306160 (or 0x306160) is unknown color: approx Oracle. HEX triplet: 30, 61 and 60. RGB value is (48,97,96). Sum of RGB (Red+Green+Blue) = 48+97+96=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #306160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306160 is #CF9E9F. Grayscale: #525252. Windows color (decimal): -13606560 or 6316336. OLE color: 6316336.

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

Color convert

RGB489796-
CMYK0.5100.010.62
HSL178.78º33.79%28.43%-
HSV(B)178.78º50.52%38.04%-
XYZ7.610.0212.6-
YUV82.24135.77103.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=19.92%
G=40.25%
B=39.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897960.5100.010.62178.7833.7928.43
Hex30616033013Eb3221c
Octal601411406301762634234
Binary11000011000011100000110011011111101011001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306160; }

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

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

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

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

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

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

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

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