#325C5C

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

Shades of Oracle #325C5C

Tints of Oracle #325C5C

Color information

#325C5C (or 0x325C5C) is unknown color: approx Oracle. HEX triplet: 32, 5C and 5C. RGB value is (50,92,92). Sum of RGB (Red+Green+Blue) = 50+92+92=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #325C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C5C is #CDA3A3. Grayscale: #4F4F4F. Windows color (decimal): -13476772 or 6052914. OLE color: 6052914.

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

Color convert

RGB509292-
CMYK0.46000.64
HSL180º29.58%27.84%-
HSV(B)180º45.65%36.08%-
XYZ7.079.1111.51-
YUV79.44135.09107-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=21.37%
G=39.32%
B=39.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092920.46000.6418029.5827.84
Hex325C5C2E0040b41e1c
Octal6213413456001002643634
Binary11001010111001011100101110001000000101101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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