#325D5A

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

Shades of Oracle #325D5A

Tints of Oracle #325D5A

Color information

#325D5A (or 0x325D5A) is unknown color: approx Oracle. HEX triplet: 32, 5D and 5A. RGB value is (50,93,90). Sum of RGB (Red+Green+Blue) = 50+93+90=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #325D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D5A is #CDA2A5. Grayscale: #4F4F4F. Windows color (decimal): -13476518 or 5922098. OLE color: 5922098.

HSL color Cylindrical-coordinate representation of color #325D5A: hue angle of 175.81º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D5A is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB509390-
CMYK0.4600.030.64
HSL175.81º30.07%28.04%-
HSV(B)175.81º46.24%36.47%-
XYZ7.089.2411.08-
YUV79.8133.75106.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=21.46%
G=39.91%
B=38.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093900.4600.030.64175.8130.0728.04
Hex325D5A2E0340b01e1c
Octal6213513256031002603634
Binary110010101110110110101011100111000000101100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D5A; }

 p { color: rgb(50,93,90); }

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

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

 a { background-color: rgb(50,93,90); }

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

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

 span { border-color: rgb(50,93,90); }

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