#325D5D

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

Shades of Oracle #325D5D

Tints of Oracle #325D5D

Color information

#325D5D (or 0x325D5D) is unknown color: approx Oracle. HEX triplet: 32, 5D and 5D. RGB value is (50,93,93). Sum of RGB (Red+Green+Blue) = 50+93+93=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #325D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D5D is #CDA2A2. Grayscale: #505050. Windows color (decimal): -13476515 or 6118706. OLE color: 6118706.

HSL color Cylindrical-coordinate representation of color #325D5D: hue angle of 180º 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 #325D5D is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB509393-
CMYK0.46000.64
HSL180º30.07%28.04%-
HSV(B)180º46.24%36.47%-
XYZ7.219.311.77-
YUV80.14135.25106.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=21.19%
G=39.41%
B=39.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093930.46000.6418030.0728.04
Hex325D5D2E0040b41e1c
Octal6213513556001002643634
Binary11001010111011011101101110001000000101101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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