#326160

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

Shades of Oracle #326160

Tints of Oracle #326160

Color information

#326160 (or 0x326160) is unknown color: approx Oracle. HEX triplet: 32, 61 and 60. RGB value is (50,97,96). Sum of RGB (Red+Green+Blue) = 50+97+96=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #326160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326160 is #CD9E9F. Grayscale: #525252. Windows color (decimal): -13475488 or 6316338. OLE color: 6316338.

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

Color convert

RGB509796-
CMYK0.4800.010.62
HSL178.72º31.97%28.82%-
HSV(B)178.72º48.45%38.04%-
XYZ7.710.0712.6-
YUV82.83135.43104.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=20.58%
G=39.92%
B=39.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097960.4800.010.62178.7231.9728.82
Hex32616030013Eb3201d
Octal621411406001762634035
Binary11001011000011100000110000011111101011001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326160; }

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

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

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

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

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

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

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

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