#32605E

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

Shades of Oracle #32605E

Tints of Oracle #32605E

Color information

#32605E (or 0x32605E) is unknown color: approx Oracle. HEX triplet: 32, 60 and 5E. RGB value is (50,96,94). Sum of RGB (Red+Green+Blue) = 50+96+94=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #32605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32605E is #CD9FA1. Grayscale: #515151. Windows color (decimal): -13475746 or 6185010. OLE color: 6185010.

HSL color Cylindrical-coordinate representation of color #32605E: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32605E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB509694-
CMYK0.4800.020.62
HSL177.39º31.51%28.63%-
HSV(B)177.39º47.92%37.65%-
XYZ7.529.8512.1-
YUV82.02134.76105.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=20.83%
G=40%
B=39.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096940.4800.020.62177.3931.5128.63
Hex32605E30023Eb1201d
Octal621401366002762614035
Binary110010110000010111101100000101111101011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32605E; }

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

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

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

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

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

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

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

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