#326360

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

Shades of Oracle #326360

Tints of Oracle #326360

Color information

#326360 (or 0x326360) is unknown color: approx Oracle. HEX triplet: 32, 63 and 60. RGB value is (50,99,96). Sum of RGB (Red+Green+Blue) = 50+99+96=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #326360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326360 is #CD9C9F. Grayscale: #535353. Windows color (decimal): -13474976 or 6316850. OLE color: 6316850.

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

Color convert

RGB509996-
CMYK0.4900.030.61
HSL176.33º32.89%29.22%-
HSV(B)176.33º49.49%38.82%-
XYZ7.8910.4512.67-
YUV84.01134.77103.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=20.41%
G=40.41%
B=39.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099960.4900.030.61176.3332.8929.22
Hex32636031033Db0211d
Octal621431406103752604135
Binary110010110001111000001100010111111011011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326360; }

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

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

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

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

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

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

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

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