#325F5E

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

Shades of Oracle #325F5E

Tints of Oracle #325F5E

Color information

#325F5E (or 0x325F5E) is unknown color: approx Oracle. HEX triplet: 32, 5F and 5E. RGB value is (50,95,94). Sum of RGB (Red+Green+Blue) = 50+95+94=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #325F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F5E is #CDA0A1. Grayscale: #515151. Windows color (decimal): -13476002 or 6184754. OLE color: 6184754.

HSL color Cylindrical-coordinate representation of color #325F5E: hue angle of 178.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F5E is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB509594-
CMYK0.4700.010.63
HSL178.67º31.03%28.43%-
HSV(B)178.67º47.37%37.25%-
XYZ7.439.6712.06-
YUV81.43135.09105.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=20.92%
G=39.75%
B=39.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095940.4700.010.63178.6731.0328.43
Hex325F5E2F013Fb31f1c
Octal621371365701772633734
Binary1100101011111101111010111101111111101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,94); }

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

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

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

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

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

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

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